Fix Intents

This commit is contained in:
Alexandru Branza 2023-05-31 10:22:28 +03:00
parent df675d8624
commit aaacc98316

View file

@ -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.openPlayer[profile.settings.playerType] || {})[platform.name] || deepLinks.externalPlayer.href
(deepLinks.externalPlayer.openPlayer || {})[platform.name] || deepLinks.externalPlayer.href
: null
:
typeof deepLinks.player === 'string' ?