瀏覽代碼

Update version check for library update job migration

Forgot to bump as part of fixing merge conflict for last commit.
arkon 2 年之前
父節點
當前提交
389b039679
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
             }