mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
reload extra subtitles when casting changed
This commit is contained in:
parent
039fa9ff24
commit
20240b682b
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ const Player = ({ urlParams }) => {
|
|||
}, [])
|
||||
}
|
||||
});
|
||||
}, [player.selected, player.subtitles_resources]);
|
||||
}, [player.subtitles_resources, player.selected, casting]);
|
||||
React.useEffect(() => {
|
||||
dispatch({ type: 'setProp', propName: 'subtitlesSize', propValue: settings.subtitles_size });
|
||||
}, [settings.subtitles_size]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue