Update AllAnimeProvider.kt

This commit is contained in:
Arjix 2021-10-28 21:59:50 +03:00 committed by GitHub
parent 0167573426
commit 97700bfd17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,7 +193,7 @@ class AllAnimeProvider : MainAPI() {
null, // no dub, because there is no way to switch from dub to sub //episodes.second,
episodes.first,
getStatus(showData.status.toString()),
description.replace(Regex("""\<(.*?)\>"""), "")
description?.replace(Regex("""\<(.*?)\>"""), "")
)
}