mirror of
https://github.com/beetbox/beets.git
synced 2026-01-20 15:14:13 +01:00
Return empty tuple instead of disabling type issue
This commit is contained in:
parent
c9187b40bd
commit
6e6a0ad9a9
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ class LastGenrePlugin(plugins.BeetsPlugin):
|
|||
return "album", "artist"
|
||||
if source == "artist":
|
||||
return ("artist",)
|
||||
return tuple()
|
||||
|
||||
# More canonicalization and general helpers.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue