Update MultiAnimeProvider.kt

This commit is contained in:
Manna Huizar 2023-10-25 09:49:31 -05:00 committed by GitHub
parent e4ba852007
commit 0b61cb604e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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