diff --git a/src/castlabs/CastLabsPlayReadyContentProtectionIntegration.ts b/src/castlabs/CastLabsPlayReadyContentProtectionIntegration.ts index d2d8231..3160b99 100644 --- a/src/castlabs/CastLabsPlayReadyContentProtectionIntegration.ts +++ b/src/castlabs/CastLabsPlayReadyContentProtectionIntegration.ts @@ -19,7 +19,8 @@ export class CastLabsPlayReadyContentProtectionIntegration implements ContentPro } onLicenseRequest(request: LicenseRequest): MaybeAsync | BufferSource> { - request.url = this.contentProtectionConfiguration.playready?.licenseAcquisitionURL ?? CastLabsPlayReadyContentProtectionIntegration.DEFAULT_LICENSE_URL; + request.url = this.contentProtectionConfiguration.playready?.licenseAcquisitionURL ?? + CastLabsPlayReadyContentProtectionIntegration.DEFAULT_LICENSE_URL; request.headers = { ...request.headers, 'x-dt-custom-data': this.customData!,