mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +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({
|
return useModelState({
|
||||||
model: 'continue_watching',
|
model: 'continue_watching',
|
||||||
map: mapContinueWatchingState,
|
map: mapContinueWatchingState,
|
||||||
init: initContinueWatchingState,
|
init: initContinueWatchingState
|
||||||
timeout: 5000
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue