Remove not null operator

This commit is contained in:
contusionglory 2022-12-21 20:23:06 +00:00 committed by GitHub
parent 95abd69d84
commit 5c4178af61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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