forked from recloudstream/cloudstream
uhh x6
This commit is contained in:
parent
08d557a82e
commit
0f7bc046ac
1 changed files with 2 additions and 1 deletions
|
@ -90,6 +90,7 @@ class AsiaFlixProvider : MainAPI() {
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun Episodes.toTvSeriesEpisode(): TvSeriesEpisode? {
|
private fun Episodes.toTvSeriesEpisode(): TvSeriesEpisode? {
|
||||||
|
if (videoUrl?.contains("watch/null")) return null
|
||||||
return videoUrl?.let {
|
return videoUrl?.let {
|
||||||
TvSeriesEpisode(
|
TvSeriesEpisode(
|
||||||
null,
|
null,
|
||||||
|
@ -181,4 +182,4 @@ class AsiaFlixProvider : MainAPI() {
|
||||||
val dramaPage = response.toKotlinObject<DramaPage>()
|
val dramaPage = response.toKotlinObject<DramaPage>()
|
||||||
return dramaPage.toLoadResponse()
|
return dramaPage.toLoadResponse()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue