mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Add .openPlayer for New Core Changes
This commit is contained in:
parent
dbe48c327e
commit
5b8c211ade
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ const Stream = ({ className, addonName, name, description, thumbnail, progress,
|
|||
return deepLinks ?
|
||||
profile.settings.playerType && profile.settings.playerType !== 'internal' ?
|
||||
platform.isMobile() || !haveStreamingServer ?
|
||||
(deepLinks.externalPlayer[profile.settings.playerType] || {})[platform.name] || deepLinks.externalPlayer.href
|
||||
(deepLinks.externalPlayer.openPlayer[profile.settings.playerType] || {})[platform.name] || deepLinks.externalPlayer.href
|
||||
: null
|
||||
:
|
||||
typeof deepLinks.player === 'string' ?
|
||||
|
|
|
|||
Loading…
Reference in a new issue