mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-27 16:26:29 +03:00
Update version check for library update job migration
Forgot to bump as part of fixing merge conflict for last commit.
This commit is contained in:
parent
ef9dacde79
commit
389b039679
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ object Migrations {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (oldVersion < 95) {
|
if (oldVersion < 96) {
|
||||||
LibraryUpdateJob.cancelAllWorks(context)
|
LibraryUpdateJob.cancelAllWorks(context)
|
||||||
LibraryUpdateJob.setupTask(context)
|
LibraryUpdateJob.setupTask(context)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue