mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
update subtitles when only stream changed
This commit is contained in:
parent
15435abaa3
commit
5016788262
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ const Player = ({ urlParams }) => {
|
|||
}, [])
|
||||
}
|
||||
});
|
||||
}, [player.subtitles_resources]);
|
||||
}, [player.selected, player.subtitles_resources]);
|
||||
React.useEffect(() => {
|
||||
dispatch({ propName: 'subtitlesSize', propValue: settings.subtitles_size });
|
||||
}, [settings.subtitles_size]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue