Fix extension repo migration not triggering

This commit is contained in:
AntsyLich
2024-03-23 17:27:57 +06:00
parent ba9cfd867c
commit 9672ea8b1b
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ object Migrations {
val coroutineScope = CoroutineScope(Dispatchers.IO)
if (oldVersion < 6) {
if (oldVersion < 7) {
coroutineScope.launchIO {
for ((index, source) in sourcePreferences.extensionRepos().get().withIndex()) {
try {