forked from recloudstream/cloudstream
Update AsiaFlixProvider.kt
This commit is contained in:
parent
0f7bc046ac
commit
e39a291062
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class AsiaFlixProvider : MainAPI() {
|
|||
}
|
||||
|
||||
private fun Episodes.toTvSeriesEpisode(): TvSeriesEpisode? {
|
||||
if (videoUrl?.contains("watch/null")) return null
|
||||
if (videoUrl?.contains("watch/null") || number == null) return null
|
||||
return videoUrl?.let {
|
||||
TvSeriesEpisode(
|
||||
null,
|
||||
|
|
Loading…
Reference in a new issue