mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-05 04:19:55 +00:00
remove the timeout of the continue watching state listener
This commit is contained in:
parent
59775625a1
commit
8fec2dee0b
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +25,7 @@ const useContinueWatching = () => {
|
|||
return useModelState({
|
||||
model: 'continue_watching',
|
||||
map: mapContinueWatchingState,
|
||||
init: initContinueWatchingState,
|
||||
timeout: 5000
|
||||
init: initContinueWatchingState
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue