mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
bump
This commit is contained in:
parent
bef783f61d
commit
0c5f223acb
3 changed files with 5 additions and 3 deletions
|
@ -36,7 +36,7 @@ android {
|
|||
targetSdkVersion 30
|
||||
|
||||
versionCode 45
|
||||
versionName "2.8.16"
|
||||
versionName "2.9.16"
|
||||
|
||||
resValue "string", "app_version",
|
||||
"${defaultConfig.versionName}${versionNameSuffix ?: ""}"
|
||||
|
|
|
@ -123,7 +123,9 @@ class AniListApi(index: Int) : AccountManager(index), SyncAPI {
|
|||
)
|
||||
}
|
||||
)
|
||||
}
|
||||
},
|
||||
publicScore = season.averageScore?.times(100),
|
||||
//recommendations = season.
|
||||
//TODO REST
|
||||
)
|
||||
}
|
||||
|
|
|
@ -265,7 +265,7 @@ class MALApi(index: Int) : AccountManager(index), SyncAPI {
|
|||
)
|
||||
).text
|
||||
|
||||
if (!res.isNullOrBlank()) {
|
||||
if (res.isNotBlank()) {
|
||||
switchToNewAccount()
|
||||
storeToken(res)
|
||||
val user = getMalUser()
|
||||
|
|
Loading…
Reference in a new issue