This commit is contained in:
LagradOst 2022-04-03 19:16:55 +02:00
parent bef783f61d
commit 0c5f223acb
3 changed files with 5 additions and 3 deletions

View File

@ -36,7 +36,7 @@ android {
targetSdkVersion 30
versionCode 45
versionName "2.8.16"
versionName "2.9.16"
resValue "string", "app_version",
"${defaultConfig.versionName}${versionNameSuffix ?: ""}"

View File

@ -123,7 +123,9 @@ class AniListApi(index: Int) : AccountManager(index), SyncAPI {
)
}
)
}
},
publicScore = season.averageScore?.times(100),
//recommendations = season.
//TODO REST
)
}

View File

@ -265,7 +265,7 @@ class MALApi(index: Int) : AccountManager(index), SyncAPI {
)
).text
if (!res.isNullOrBlank()) {
if (res.isNotBlank()) {
switchToNewAccount()
storeToken(res)
val user = getMalUser()