diff --git a/templates/channel.pug b/templates/channel.pug index 1aac98d6..4e8904e2 100644 --- a/templates/channel.pug +++ b/templates/channel.pug @@ -53,7 +53,7 @@ html(lang="en") p#currenttitle span#resize-video-smaller.glyphicon.glyphicon-minus.pointer(title="Make the video smaller") span#resize-video-larger.glyphicon.glyphicon-plus.pointer(title="Make the video larger") - | Nothing Playing + span#currenttitle-text Nothing Playing .embed-responsive.embed-responsive-16by9 #ytapiplayer.embed-responsive-item #controlsrow.row diff --git a/www/js/callbacks.js b/www/js/callbacks.js index 025fce2b..3ee9935f 100644 --- a/www/js/callbacks.js +++ b/www/js/callbacks.js @@ -837,7 +837,7 @@ Callbacks = { $("#voteskip").attr("disabled", false); } - $("#currenttitle").text("Currently Playing: " + data.title); + $("#currenttitle-text").text("Currently Playing: " + data.title); }, mediaUpdate: function(data) {