Updated artistSplitIgnoreList handling to merge with default values instead of overwriting.

This commit is contained in:
cwilvx
2025-06-09 17:54:53 +03:00
parent 38b32ae3ee
commit 607eed8680
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class AlbumVersionEnum(Enum):
BONUS_EDITION = ("bonus",)
BONUS_TRACK = ("bonus track",)
ORIGINAL = ("original", "og")
ORIGINAL = ("original", " og ", "og ")
INTL_VERSION = ("international",)
UK_VERSION = ("uk version",)
US_VERSION = ("us version",)