(all/torrentioanime) Fixing Some episode not shown due to ONA and OVA class #895

Merged
Arkai1 merged 4 commits from Torrentio-Anime into main 2025-04-16 12:17:52 -05:00
Showing only changes of commit a099d6abcf - Show all commits

View file

@ -310,7 +310,7 @@ class Torrentio : ConfigurableAnimeSource, AnimeHttpSource() {
val aniZipResponse = json.decodeFromString<AniZipResponse>(responseString)
return when (aniZipResponse.mappings?.type) {
"TV", "ONA" -> {
"TV", "ONA", "OVA" -> {
aniZipResponse.episodes
?.let { episodes ->
if (preferences.getBoolean(UPCOMING_EP_KEY, UPCOMING_EP_DEFAULT)) {