Skip to content

Commit

Permalink
chore: add missing fairplay certificateUrl property
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jan 9, 2025
1 parent 6515470 commit 1d642f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/types/playlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export type DRM = {
};
fairplay?: {
processSpcUrl: string;
certificateUrl: string;
};
};

Expand Down

0 comments on commit 1d642f8

Please sign in to comment.