mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Remove not null operator
This commit is contained in:
parent
95abd69d84
commit
5c4178af61
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ object SoraItalianExtractor : SoraItalianStream() {
|
|||
name,
|
||||
AnimeName,
|
||||
episodeUrl!!,
|
||||
isM3u8 = episodeUrl!!.contains(".m3u8"),
|
||||
isM3u8 = episodeUrl.contains(".m3u8"),
|
||||
referer = "https://www.animesaturn.io/", //Some servers need the old host as referer, and the new ones accept it too
|
||||
quality = Qualities.Unknown.value
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue