possibly added mal sync

This commit is contained in:
KillerDogeEmpire 2023-02-04 20:14:41 -08:00
parent 0271fb3d1b
commit 4e82852969
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class AllAnimeProvider : MainAPI() {
val description = showData.description
val poster = showData.thumbnail
val (malId, anilistId, image, cover) = getTracker(title, typeCheck, year)
val (malId, anilistId, image, cover) = getTracker(title, "tv", year)
val episodes = showData.availableEpisodes.let {
if (it == null) return@let Pair(null, null)