From 54f33394ed7cfeb80f690b526497c77262b1f855 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 18 Jun 2013 15:31:03 +0000 Subject: [PATCH] tv needs censoredIcon too --- static/js/pandora/tv.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/pandora/tv.js b/static/js/pandora/tv.js index b42d58f7..48d01264 100644 --- a/static/js/pandora/tv.js +++ b/static/js/pandora/tv.js @@ -56,6 +56,7 @@ pandora.ui.tv = function() { $player && $player.remove(); $player = Ox.VideoPlayer({ censored: videoOptions.censored, + censoredIcon: pandora.site.cantPlay.icon, controlsBottom: [ 'zapPrevious', 'zapHome', 'zapNext', 'volume', 'scale', 'timeline', 'position', 'settings'