Browse Source

Update version check for library update job migration

Forgot to bump as part of fixing merge conflict for last commit.
arkon 2 năm trước cách đây
mục cha
commit
389b039679
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/src/main/java/eu/kanade/tachiyomi/Migrations.kt

+ 1 - 1
app/src/main/java/eu/kanade/tachiyomi/Migrations.kt

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