mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Fix artwork resolution when paths contains :
. Fix #2137
This commit is contained in:
parent
f904784e67
commit
9b81aa4403
7 changed files with 16 additions and 8 deletions
|
@ -59,7 +59,7 @@ func upAddAlbumPathsDirs(filePaths string) string {
|
|||
}
|
||||
slices.Sort(dirs)
|
||||
dirs = slices.Compact(dirs)
|
||||
return strings.Join(dirs, string(filepath.ListSeparator))
|
||||
return strings.Join(dirs, consts.Zwsp)
|
||||
}
|
||||
|
||||
func downAddAlbumPaths(tx *sql.Tx) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue