Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#704 Try to get rid of duplicate tracks if only the case of the file …
…name changes. URL comparisons on the tracks table are case insensitive. Therefore we must make those checks against `scanned_files` case insensitive, too. Otherwise files renamed from ABC.mp3 to abc.mp3 would be discovered as new instead of modified only. I change a schema file without adding a new one, as I don't want everybody to have to fully rescan the library for this corner case. Users who care about the change can always delete the library.db to start over from scratch and get the latest schema.
- Loading branch information