fix(scanner): allow disabling splitting with the Tags config option (#3869)

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan Quintão
2025-03-22 12:34:35 -04:00
committed by GitHub
parent 63dc0e2062
commit be7cb59dc5
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ func loadTagMappings() {
aliases = oldValue.Aliases
}
split := cfg.Split
if len(split) == 0 {
if split == nil {
split = oldValue.Split
}
c := TagConf{