Update AsiaFlixProvider.kt

This commit is contained in:
Arjix 2021-08-29 19:03:44 +03:00 committed by GitHub
parent b72c91805f
commit 89a2ffcd3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,