mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
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? {
|
||||
if (videoUrl?.contains("watch/null")) return null
|
||||
return videoUrl?.let {
|
||||
TvSeriesEpisode(
|
||||
null,
|
||||
|
@ -181,4 +182,4 @@ class AsiaFlixProvider : MainAPI() {
|
|||
val dramaPage = response.toKotlinObject<DramaPage>()
|
||||
return dramaPage.toLoadResponse()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue