Dont require logging into mangadex
This commit is contained in:
parent
b9b5ef55ab
commit
7c3c452ac2
@ -170,7 +170,7 @@ class MangaDex(delegate: HttpSource, val context: Context) :
|
||||
return FollowsHandler(baseHttpClient, headers, Injekt.get(), mdLang.lang, useLowQualityThumbnail(), mdList).fetchFollows()
|
||||
}
|
||||
|
||||
override val requiresLogin: Boolean = true
|
||||
override val requiresLogin: Boolean = false
|
||||
|
||||
override val twoFactorAuth = LoginSource.AuthSupport.NOT_SUPPORTED
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user