diff --git a/beetsplug/lastgenre/__init__.py b/beetsplug/lastgenre/__init__.py index d8abd22a1..3336946d6 100644 --- a/beetsplug/lastgenre/__init__.py +++ b/beetsplug/lastgenre/__init__.py @@ -160,6 +160,7 @@ class LastGenrePlugin(plugins.BeetsPlugin): return "album", "artist" if source == "artist": return ("artist",) + return tuple() # More canonicalization and general helpers.