source.js mapping

This commit is contained in:
Kai DeLorenzo 2024-11-26 18:54:47 -05:00
parent 1e46949dd6
commit a41b138d3c
No known key found for this signature in database

View file

@ -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 {