mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor: add profile.settings to dependency array
This commit is contained in:
parent
d32782b68b
commit
ada66b95df
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ const useStreamingServerUrls = () => {
|
|||
}
|
||||
}
|
||||
});
|
||||
}, []);
|
||||
}, [profile.settings]);
|
||||
const reloadServer = useCallback(() => {
|
||||
core.transport.dispatch({
|
||||
action: 'StreamingServer',
|
||||
|
|
|
|||
Loading…
Reference in a new issue