mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
sora: fix smashy N
This commit is contained in:
parent
5341a03eb6
commit
72622e8d58
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ suspend fun invokeSmashyFfix(
|
|||
ExtractorLink(
|
||||
"Smashy [$name]",
|
||||
"Smashy [$name]",
|
||||
link,
|
||||
decode(link).replace("\\/", "/"),
|
||||
smashyStreamAPI,
|
||||
quality?.toIntOrNull() ?: return@map,
|
||||
isM3u8 = link.contains(".m3u8"),
|
||||
|
|
Loading…
Reference in a new issue