mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-09 00:27:21 +00:00
refactor(MetaDetail): force guessStream
This commit is contained in:
parent
3edb3a88c1
commit
bcd175ce66
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ const useMetaDetails = (urlParams) => {
|
|||
extra: []
|
||||
}
|
||||
:
|
||||
null
|
||||
null,
|
||||
guessStream: true,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue