mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update AsiaFlixProvider.kt
This commit is contained in:
parent
b72c91805f
commit
89a2ffcd3e
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class AsiaFlixProvider : MainAPI() {
|
|||
}
|
||||
|
||||
private fun Episodes.toTvSeriesEpisode(): TvSeriesEpisode? {
|
||||
if (videoUrl !+ null && videoUrl.contains("watch/null") || number == null) return null
|
||||
if (videoUrl != null && videoUrl.contains("watch/null") || number == null) return null
|
||||
return videoUrl?.let {
|
||||
TvSeriesEpisode(
|
||||
null,
|
||||
|
|
Loading…
Reference in a new issue