mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
lastgenre: Log unconfigured fallback
This commit is contained in:
parent
e20cf7f20b
commit
2b276e07f1
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ class LastGenrePlugin(plugins.BeetsPlugin):
|
|||
return fallback, "fallback"
|
||||
|
||||
# No fallback configured.
|
||||
return None, None
|
||||
return None, "fallback unconfigured"
|
||||
|
||||
# Beets plugin hooks and CLI.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue