Update version check for library update job migration

Forgot to bump as part of fixing merge conflict for last commit.
pull/9052/head
arkon 2 years ago
parent ef9dacde79
commit 389b039679

@ -348,7 +348,7 @@ object Migrations {
}
}
}
if (oldVersion < 95) {
if (oldVersion < 96) {
LibraryUpdateJob.cancelAllWorks(context)
LibraryUpdateJob.setupTask(context)
}

Loading…
Cancel
Save