mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Ensure haveStreamingServer Availability is Satisfied
This commit is contained in:
parent
2c7d9251d5
commit
68bba90e30
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ const Stream = ({ className, addonName, name, description, thumbnail, progress,
|
|||
null
|
||||
:
|
||||
null;
|
||||
}, [deepLinks]);
|
||||
}, [deepLinks, haveStreamingServer]);
|
||||
const onClick = React.useCallback((e) => {
|
||||
if (href === null) {
|
||||
// link does not lead to the player, it is expected to
|
||||
|
|
|
|||
Loading…
Reference in a new issue