Update lastimport.py

This commit is contained in:
Alok Saboo 2023-12-20 10:23:33 -05:00
parent 5e4cb20c4a
commit ec3711f4a9

View file

@ -225,7 +225,9 @@ def process_tracks(lib, tracks, log):
# If not, try just album/title
if song is None:
log.debug("no album match, trying by album/title")
log.debug(
"no album match, trying by album/title: {0} - {1}", album, title
)
query = dbcore.AndQuery(
[
dbcore.query.SubstringQuery("album", album),