pass languages and audio track to player
This commit is contained in:
parent
f61cc7ee54
commit
32719a212c
3 changed files with 34 additions and 11 deletions
|
|
@ -14,6 +14,7 @@ pandora.ui.player = function(data) {
|
|||
annotationsSort: ui.annotationsSort,
|
||||
annotationsTooltip: Ox._('annotations')
|
||||
+ ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'A</span>',
|
||||
audioTrack: data.audioTracks ? data.audioTracks[0] : void 0,
|
||||
censored: data.censored,
|
||||
censoredIcon: pandora.site.cantPlay.icon,
|
||||
censoredTooltip: Ox._(pandora.site.cantPlay.text),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue