fix(de/Cinemathek): Fix popular & latest updates page, add more extractors (#1651)
This commit is contained in:
@ -76,7 +76,7 @@ class Jellyfin : ConfigurableAnimeSource, AnimeHttpSource() {
|
||||
username = JFConstants.getPrefUsername(preferences)
|
||||
password = JFConstants.getPrefPassword(preferences)
|
||||
if (username.isEmpty() || password.isEmpty()) {
|
||||
return null
|
||||
if (username != "demo") return null
|
||||
}
|
||||
val (newKey, newUid) = runBlocking {
|
||||
withContext(Dispatchers.IO) {
|
||||
|
Reference in New Issue
Block a user