mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Replace MAL clientId
This commit is contained in:
parent
2676a38494
commit
41222aff58
2 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@
|
|||
|
||||
<data
|
||||
android:host="myanimelist-auth"
|
||||
android:scheme="tachiyomij2k" />
|
||||
android:scheme="yokai" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue