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 targetSdkVersion 30
versionCode 45 versionCode 45
versionName "2.8.16" versionName "2.9.16"
resValue "string", "app_version", resValue "string", "app_version",
"${defaultConfig.versionName}${versionNameSuffix ?: ""}" "${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 //TODO REST
) )
} }

View file

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