diff --git a/static/js/embed/pandora.js b/static/js/embed/pandora.js index 32decaf6..eaca4823 100755 --- a/static/js/embed/pandora.js +++ b/static/js/embed/pandora.js @@ -25,7 +25,7 @@ Ox.load('UI', { censored: data.censored, censoredIcon: pandora.site.cantPlay.icon, censoredTooltip: pandora.site.cantPlay.text, - controlsTop: Ox.Fullscreen.available ? ['fullscreen'] : null, + controlsTop: Ox.Fullscreen.available ? ['fullscreen'] : [], controlsBottom: ['play', 'volume', 'scale', 'timeline', 'settings'], duration: data.duration, enableFind: false,