Dont require logging into mangadex
This commit is contained in:
parent
b9b5ef55ab
commit
7c3c452ac2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue