_combine_and_label return None not empty str

This commit is contained in:
J0J0 Todos 2025-01-02 18:19:26 +01:00
parent 6866fce364
commit 462a7a524a

View file

@ -349,7 +349,7 @@ class LastGenrePlugin(plugins.BeetsPlugin):
return separator.join(combined_genres), f"keep + {log_label}"
elif new_genres:
return new_genres, log_label
return "", log_label
return None, log_label
def _get_genre(self, obj):
"""Get the final genre string for an Album or Item object