Skip to content

Commit

Permalink
chore: remove audio player preview dimensions (should come from uiconf)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Dec 5, 2024
1 parent c62d564 commit ea9c664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/applications/preview-and-embed/preview-embed.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ export class PreviewEmbedDetailsComponent implements OnInit, AfterViewInit, OnDe
ks,
entryId: this.media.id,
uiConfId: uiConf.id,
width: uiConf.objType === KalturaUiConfObjType.sap ? 528 : uiConf.width,
height: uiConf.objType === KalturaUiConfObjType.sap ? 132 : uiConf.height,
width: uiConf.width,
height: uiConf.height,
pid: this._appAuthentication.appUser.partnerId,
serverUri: '',
playerConfig: '',
Expand Down

0 comments on commit ea9c664

Please sign in to comment.