mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update MultiAnimeProvider.kt
This commit is contained in:
parent
e4ba852007
commit
0b61cb604e
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ class MultiAnimeProvider : MainAPI() {
|
|||
when (syncApi) {
|
||||
is AniListApi -> "anilist"
|
||||
is MALApi -> "myanimelist"
|
||||
is NekosApi -> "nekoslist
|
||||
else -> throw ErrorLoadingException("Invalid Api")
|
||||
}
|
||||
}
|
||||
|
@ -70,4 +71,4 @@ class MultiAnimeProvider : MainAPI() {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue