Skip to content

Commit

Permalink
fix(FEC-13159): [WEB] - Local Storage broken - subtitle/ audio are no…
Browse files Browse the repository at this point in the history
…t reused after opening one more time

Update action names in event dispatcher provider with the names of the
new language menu components.
  • Loading branch information
SivanA-Kaltura committed May 17, 2023
1 parent 32f0182 commit 24f4413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/event-dispatcher/event-dispatcher-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ function onClickableComponentsHandler(store: any, action: Object, player: Object
onFullScreenClicked(store, action, player);
break;

case 'Language':
case 'CaptionsMenu':
case 'AudioMenu':
onLanguageClicked(store, action, player);
break;

Expand Down

0 comments on commit 24f4413

Please sign in to comment.