Return empty tuple instead of disabling type issue

This commit is contained in:
J0J0 Todos 2025-01-21 12:42:24 +01:00
parent c9187b40bd
commit 6e6a0ad9a9

View file

@ -160,6 +160,7 @@ class LastGenrePlugin(plugins.BeetsPlugin):
return "album", "artist"
if source == "artist":
return ("artist",)
return tuple()
# More canonicalization and general helpers.