Skip to content

Commit

Permalink
feat(FEC-14309): Add Genie application id (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheMaorKaltura authored Jan 2, 2025
1 parent b5e0013 commit f58e38f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/enums/kaltura-application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const KalturaApplication: ApplicationType = {
STUDIO: '18',
CAPTIONS_EDITOR: '19',
CHECKLIST: '20',
PLAYER: '21'
PLAYER: '21',
GENIE: '23'
};

export { KalturaApplication };
Expand Down

0 comments on commit f58e38f

Please sign in to comment.