pass audioTrack to VideoTimelinePanel

This commit is contained in:
j 2014-07-24 19:46:16 +02:00
parent 2cb1873e51
commit f7e1749277

View file

@ -14,6 +14,7 @@ pandora.ui.timeline = function(data) {
annotationsSort: ui.annotationsSort,
annotationsTooltip: Ox._('annotations')
+ ' <span class="OxBright">' + Ox.SYMBOLS.SHIFT + 'A</span>',
audioTrack: data.audioTrack,
censored: data.censored,
censoredIcon: pandora.site.cantPlay.icon,
censoredTooltip: Ox._(pandora.site.cantPlay.text),