mirror of
https://github.com/beetbox/beets.git
synced 2026-01-13 19:52:48 +01:00
Fix docstring _resolve_genres
Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
This commit is contained in:
parent
bb3f9c53c2
commit
c3f0abd61c
1 changed files with 1 additions and 2 deletions
|
|
@ -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 []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue