mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
source.js mapping
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user