Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Feb 28, 2024
1 parent 566c6a3 commit acde1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebOsVideo/WebOsVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ function WebOsVideo(options) {

if ((propValue || '').indexOf('EMBEDDED_') === -1) {
currentSubTrack = null;
onPropChanged('selectedSubtitlesTrackId')
onPropChanged('selectedSubtitlesTrackId');
toggleSubtitles(false);
}

Expand Down

0 comments on commit acde1ae

Please sign in to comment.