mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fixed regression in egybest
This commit is contained in:
parent
c6f75fef42
commit
31054c604f
1 changed files with 3 additions and 1 deletions
|
@ -226,7 +226,9 @@ class EgyBestProvider : MainAPI() {
|
|||
link,
|
||||
this.mainUrl,
|
||||
quality!!,
|
||||
true
|
||||
true,
|
||||
// Does not work without these headers!
|
||||
headers = mapOf("range" to "bytes=0-"),
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue