From f7e17492775189a9fb9d2678df0caaa02f3d561c Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 24 Jul 2014 19:46:16 +0200 Subject: [PATCH] pass audioTrack to VideoTimelinePanel --- static/js/timeline.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/timeline.js b/static/js/timeline.js index ebe38b9c8..865b77111 100644 --- a/static/js/timeline.js +++ b/static/js/timeline.js @@ -14,6 +14,7 @@ pandora.ui.timeline = function(data) { annotationsSort: ui.annotationsSort, annotationsTooltip: Ox._('annotations') + ' ' + Ox.SYMBOLS.SHIFT + 'A', + audioTrack: data.audioTrack, censored: data.censored, censoredIcon: pandora.site.cantPlay.icon, censoredTooltip: Ox._(pandora.site.cantPlay.text),