forked from 0x2620/pandora
pass tooltip for 'open in...' to tv video player
This commit is contained in:
parent
637badfbd6
commit
8816e41543
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ pandora.ui.tv = function() {
|
|||
'zapPrevious', 'zapHome', 'zapNext',
|
||||
'volume', 'scale', 'timeline', 'position', 'settings'
|
||||
],
|
||||
controlsTooltips: {
|
||||
open: 'Open in ' + Ox.getObjectById(
|
||||
pandora.site.itemViews, pandora.user.ui.videoView
|
||||
).title + ' View',
|
||||
},
|
||||
controlsTop: ['close', 'title', 'open'],
|
||||
duration: result.data.duration,
|
||||
enableSubtitles: pandora.user.ui.videoSubtitles,
|
||||
|
|
Loading…
Reference in a new issue