mirror of
https://github.com/beetbox/beets.git
synced 2026-02-17 12:56:05 +01:00
Update lastimport.py
This commit is contained in:
parent
5e4cb20c4a
commit
ec3711f4a9
1 changed files with 3 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue