chore: Replace MAL clientId

This commit is contained in:
ziro 2024-01-17 12:18:52 +07:00
parent 2676a38494
commit 41222aff58
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@
<data
android:host="myanimelist-auth"
android:scheme="tachiyomij2k" />
android:scheme="yokai" />
</intent-filter>
</activity>
<activity

View file

@ -278,7 +278,7 @@ class MyAnimeListApi(private val client: OkHttpClient, interceptor: MyAnimeListI
companion object {
// Registered under jay's MAL account
private const val clientId = "8d3821c90edb495432a5ecb61de59200"
private const val clientId = "9e6656c53d1910999cc3c537e0e6256a"
private const val baseOAuthUrl = "https://myanimelist.net/v1/oauth2"
private const val baseApiUrl = "https://api.myanimelist.net/v2"