Skip to content

Commit 41222af

Browse files
committed
chore: Replace MAL clientId
1 parent 2676a38 commit 41222af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150

151151
<data
152152
android:host="myanimelist-auth"
153-
android:scheme="tachiyomij2k" />
153+
android:scheme="yokai" />
154154
</intent-filter>
155155
</activity>
156156
<activity

app/src/main/java/eu/kanade/tachiyomi/data/track/myanimelist/MyAnimeListApi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class MyAnimeListApi(private val client: OkHttpClient, interceptor: MyAnimeListI
278278

279279
companion object {
280280
// Registered under jay's MAL account
281-
private const val clientId = "8d3821c90edb495432a5ecb61de59200"
281+
private const val clientId = "9e6656c53d1910999cc3c537e0e6256a"
282282

283283
private const val baseOAuthUrl = "https://myanimelist.net/v1/oauth2"
284284
private const val baseApiUrl = "https://api.myanimelist.net/v2"

0 commit comments

Comments
 (0)