Skip to content

Commit a5d4fb6

Browse files
committedJan 9, 2025·
chore: add missing fairplay certificateUrl property
1 parent 741b9d5 commit a5d4fb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/common/types/playlist.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export type DRM = {
1717
};
1818
fairplay?: {
1919
processSpcUrl: string;
20+
certificateUrl: string;
2021
};
2122
};
2223

0 commit comments

Comments
 (0)
Please sign in to comment.