mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +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) {
|
||||
this.licenseHeaders = obj.licenseHeaders;
|
||||
}
|
||||
this.decodeLicenseResponse = obj.decodeLicenseResponse
|
||||
this.decodeLicenseResponse = obj.decodeLicenseResponse ?? false
|
||||
}
|
||||
}
|
||||
class AudioUrlRangeSource extends AudioUrlSource {
|
||||
|
|
Loading…
Add table
Reference in a new issue