mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update AllAnimeProvider.kt
This commit is contained in:
parent
0167573426
commit
97700bfd17
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class AllAnimeProvider : MainAPI() {
|
||||||
null, // no dub, because there is no way to switch from dub to sub //episodes.second,
|
null, // no dub, because there is no way to switch from dub to sub //episodes.second,
|
||||||
episodes.first,
|
episodes.first,
|
||||||
getStatus(showData.status.toString()),
|
getStatus(showData.status.toString()),
|
||||||
description.replace(Regex("""\<(.*?)\>"""), "")
|
description?.replace(Regex("""\<(.*?)\>"""), "")
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue