fix: fix getLicense function's type definition (#3606)
* fix(type): fix getLicense type definition
This commit is contained in:
parent
bb9e7eb5a5
commit
89ae8438fa
@ -55,10 +55,10 @@ export type Drm = Readonly<{
|
||||
base64Certificate?: boolean; // ios default: false
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
getLicense?: (
|
||||
spcBase64: string,
|
||||
contentId: string,
|
||||
licenseUrl: string,
|
||||
loadedLicenseUrl: string,
|
||||
contentId: string,
|
||||
spcBase64: string,
|
||||
) => void; // ios
|
||||
/* eslint-enable @typescript-eslint/no-unused-vars */
|
||||
}>;
|
||||
|
Loading…
Reference in New Issue
Block a user