mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
Update IF Case to Use profile.settings.playerType
This commit is contained in:
parent
50fc9b8a48
commit
8f80d74883
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const Stream = ({ className, addonName, name, description, thumbnail, progress,
|
|||
const profile = useProfile();
|
||||
const href = React.useMemo(() => {
|
||||
return deepLinks ?
|
||||
profile.settings.playInExternalPlayer ?
|
||||
profile.settings.playerType === 'external' ?
|
||||
deepLinks.externalPlayer.vlc[isMobile() || 'desktop'] || deepLinks.externalPlayer.href
|
||||
:
|
||||
typeof deepLinks.player === 'string' ?
|
||||
|
|
|
|||
Loading…
Reference in a new issue