Also do the last commit for SY

This commit is contained in:
Jobobby04
2020-12-26 00:31:38 -05:00
parent 118e1d302b
commit f33a4e2ecc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ object EXHMigrations {
}
}
}
if (oldVersion < 10) {
if (oldVersion < 12) {
// Force MAL log out due to login flow change
val trackManager = Injekt.get<TrackManager>()
trackManager.myAnimeList.logout()