Dont require logging into mangadex

This commit is contained in:
Jobobby04 2021-05-06 22:48:21 -04:00
parent b9b5ef55ab
commit 7c3c452ac2

View File

@ -170,7 +170,7 @@ class MangaDex(delegate: HttpSource, val context: Context) :
return FollowsHandler(baseHttpClient, headers, Injekt.get(), mdLang.lang, useLowQualityThumbnail(), mdList).fetchFollows() 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 override val twoFactorAuth = LoginSource.AuthSupport.NOT_SUPPORTED