Cleanup some errors

This commit is contained in:
Jobobby04
2020-07-14 01:01:55 -04:00
parent 4b7c33be16
commit 4663d64c05
2 changed files with 3 additions and 2 deletions
@@ -87,6 +87,7 @@ object Migrations {
}
if (oldVersion < 44) {
// Reset sorting preference if using removed sort by source
@Suppress("DEPRECATION")
if (preferences.librarySortingMode().get() == LibrarySort.SOURCE) {
preferences.librarySortingMode().set(LibrarySort.ALPHA)
}