diff --git a/src/hooks/useContentProtection.ts b/src/hooks/useContentProtection.ts index b6a740bd3..652ee57b0 100644 --- a/src/hooks/useContentProtection.ts +++ b/src/hooks/useContentProtection.ts @@ -30,7 +30,7 @@ const useContentProtection = ( ['token', type, id, params], () => { // if provider is not JWP - if (!!id && !!host && !!drmPolicyId) { + if (!!id && !!host) { const { host, drmPolicyId } = signingConfig; return getMediaToken(host, id, jwt, params, drmPolicyId); }