mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-02 11:06:11 +00:00
fix: fix getLicense function's type definition (#3606)
* fix(type): fix getLicense type definition
This commit is contained in:
+2
-2
@@ -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 */
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user