We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d7c3c commit 43a5e8eCopy full SHA for 43a5e8e
app/src/main/java/eu/kanade/tachiyomi/data/track/myanimelist/MyAnimeListInterceptor.kt
@@ -34,7 +34,7 @@ class MyAnimeListInterceptor(private val myanimelist: MyAnimeList) : Interceptor
34
// Add the authorization header to the original request
35
val authRequest = originalRequest.newBuilder()
36
.addHeader("Authorization", "Bearer ${oauth!!.accessToken}")
37
- .header("User-Agent", "null2264/yokai/${BuildConfig.VERSION_NAME} (${BuildConfig.APPLICATION_ID})")
+ // .header("User-Agent", "null2264/yokai/${BuildConfig.VERSION_NAME} (${BuildConfig.APPLICATION_ID})")
38
.build()
39
40
return chain.proceed(authRequest)
0 commit comments