Rename shit to avoid breaking backwards compat of currenttitle

This commit is contained in:
Calvin Montgomery 2017-01-23 22:00:18 -08:00
parent d7c3edfac5
commit 97de993055
8 changed files with 11 additions and 11 deletions

View file

@ -837,7 +837,7 @@ Callbacks = {
$("#voteskip").attr("disabled", false);
}
$("#currenttitle-text").text("Currently Playing: " + data.title);
$("#currenttitle").text("Currently Playing: " + data.title);
},
mediaUpdate: function(data) {