A @staticmethod _normalize_artist_name (for liked artists dedup) shadowed the instance method of the same name (for artist import). The static version lowercased everything, so every artist name was stored lowercase during database scans. Renamed the static method to _normalize_artist_name_for_dedup. Existing lowercase names will be corrected automatically on the next database scan. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| music_database.py | ||
| music_library.db | ||