Add migration to rebuild albums paths
This commit is contained in:
@@ -59,7 +59,7 @@ func upAddAlbumPathsDirs(filePaths string) string {
|
||||
}
|
||||
slices.Sort(dirs)
|
||||
dirs = slices.Compact(dirs)
|
||||
return strings.Join(dirs, consts.Zwsp)
|
||||
return strings.Join(dirs, string(filepath.ListSeparator))
|
||||
}
|
||||
|
||||
func downAddAlbumPaths(tx *sql.Tx) error {
|
||||
|
||||
Reference in New Issue
Block a user