(all/torrentioanime) Fixing Some episode not shown due to ONA and OVA class #895
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue