mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-04 15:19:48 +00:00
source.js mapping
This commit is contained in:
parent
1e46949dd6
commit
a41b138d3c
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ class AudioUrlWidevineSource extends AudioUrlSource {
|
||||||
if(obj.licenseHeaders) {
|
if(obj.licenseHeaders) {
|
||||||
this.licenseHeaders = obj.licenseHeaders;
|
this.licenseHeaders = obj.licenseHeaders;
|
||||||
}
|
}
|
||||||
this.decodeLicenseResponse = obj.decodeLicenseResponse
|
this.decodeLicenseResponse = obj.decodeLicenseResponse ?? false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
class AudioUrlRangeSource extends AudioUrlSource {
|
class AudioUrlRangeSource extends AudioUrlSource {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue