Fix for video resizing

This commit is contained in:
Calvin Montgomery 2017-01-23 21:56:11 -08:00
parent 2c57719318
commit d7c3edfac5
2 changed files with 2 additions and 2 deletions

View file

@ -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) {