Skip to content

Commit

Permalink
Add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Jan 11, 2024
1 parent 97beb72 commit bd37001
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ import {
import {
CastLabsWidevineContentProtectionIntegrationFactory,
} from './castlabs/CastLabsWidevineContentProtectionIntegrationFactory';

import {
PallyConFairplayContentProtectionIntegrationFactory,
} from './pallycon/PallyConFairplayContentProtectionIntegrationFactory';

export {
AnvatoDrmFairplayContentProtectionIntegrationFactory,
Expand All @@ -37,4 +39,5 @@ export {
CastLabsFairplayContentProtectionIntegrationFactory,
CastLabsPlayReadyContentProtectionIntegrationFactory,
CastLabsWidevineContentProtectionIntegrationFactory,
PallyConFairplayContentProtectionIntegrationFactory
};

0 comments on commit bd37001

Please sign in to comment.