Skip to content

Commit

Permalink
fix(FEC-13889): Download_close being reported too many times to appli…
Browse files Browse the repository at this point in the history
…cation events (#192)

Co-authored-by: JonathanTGold <jonathan.gold@86@gmail.com>
  • Loading branch information
JonathanTGold and JonathanTGold committed May 9, 2024
1 parent 542d304 commit 8742c1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transcript-plugin.tsx
Expand Up @@ -278,7 +278,6 @@ export class TranscriptPlugin extends KalturaPlayer.core.BasePlugin {
presets: [ReservedPresetNames.Playback, ReservedPresetNames.Live, ReservedPresetNames.Ads],
position: position,
expandMode: expandMode === SidePanelModes.ALONGSIDE ? SidePanelModes.ALONGSIDE : SidePanelModes.OVER,
onDeactivate: this._deactivatePlugin
}) as number;
const translates = {
showTranscript: <Text id="transcript.show_plugin">Show Transcript</Text>,
Expand Down

0 comments on commit 8742c1f

Please sign in to comment.