From a41b138d3c4f05d0af1987ddc351d7071bce58b4 Mon Sep 17 00:00:00 2001 From: Kai DeLorenzo Date: Tue, 26 Nov 2024 18:54:47 -0500 Subject: [PATCH] source.js mapping --- app/src/main/assets/scripts/source.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/assets/scripts/source.js b/app/src/main/assets/scripts/source.js index ffa75609..50831cc6 100644 --- a/app/src/main/assets/scripts/source.js +++ b/app/src/main/assets/scripts/source.js @@ -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 {