mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 08:21:56 +00:00
lint
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-arm64 (push) Has been cancelled
Style and build test / build-test-x64 (push) Has been cancelled
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-arm64 (push) Has been cancelled
Style and build test / build-test-x64 (push) Has been cancelled
This commit is contained in:
parent
d275c24e9b
commit
3c6a89f0df
1 changed files with 0 additions and 3 deletions
|
|
@ -64,11 +64,8 @@ export class PSSH {
|
|||
if (wrmHeaderMatch && wrmHeaderMatch.length > 0) {
|
||||
return wrmHeaderMatch[0];
|
||||
}
|
||||
|
||||
console.warn('No valid WRMHEADER found in PSSH data');
|
||||
return null;
|
||||
} catch (e) {
|
||||
console.error('Failed to extract PlayReady header:', e);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue