Replace MyAnimeList key with Komikku
This commit is contained in:
parent
bf250cbc34
commit
a4f8a33631
1 changed files with 2 additions and 2 deletions
|
|
@ -277,8 +277,8 @@ class MyAnimeListApi(
|
||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
// Registered under arkon's MAL account
|
// Registered under KMK's MAL account
|
||||||
private const val clientId = "8fd3313bc138e8b890551aa1de1a2589"
|
private const val clientId = "6aa6df85b5f386a4328e01299ad74c75"
|
||||||
|
|
||||||
private const val baseOAuthUrl = "https://myanimelist.net/v1/oauth2"
|
private const val baseOAuthUrl = "https://myanimelist.net/v1/oauth2"
|
||||||
private const val baseApiUrl = "https://api.myanimelist.net/v2"
|
private const val baseApiUrl = "https://api.myanimelist.net/v2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue