fix(de/Cinemathek): Fix popular & latest updates page, add more extractors (#1651)

This commit is contained in:
Claudemirovsky
2023-05-30 09:48:06 +00:00
committed by GitHub
parent 864128bb47
commit 26a6f43dce
8 changed files with 121 additions and 268 deletions

View File

@ -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) {