mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 22:12:13 +00:00
locationHash added to callback dependencies
This commit is contained in:
parent
30c3e4b6ed
commit
7ac98e1ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const useSelectedAddon = (transportUrl) => {
|
|||
}
|
||||
setAddon(null);
|
||||
}
|
||||
}, [active]);
|
||||
}, [active, locationHash]);
|
||||
return [addon, clear];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue