Fix docstring _resolve_genres

Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
This commit is contained in:
J0J0 Todos 2025-01-21 12:00:49 +01:00 committed by J0J0 Todos
parent bb3f9c53c2
commit c3f0abd61c

View file

@ -194,8 +194,7 @@ class LastGenrePlugin(plugins.BeetsPlugin):
return [p[1] for p in depth_tag_pairs]
def _resolve_genres(self, tags: list[str]) -> list[str]:
"""Given a list of genre strings, filters, dedups, sorts and
canonicalizes."""
"""Filter, deduplicate, sort and canonicalize the given genres."""
if not tags:
return []