-timezone now correct on now playing bar
This commit is contained in:
parent
24da57ae4f
commit
42490d53aa
3 changed files with 5 additions and 2 deletions
|
@ -188,6 +188,8 @@ function calcAdditionalData(currentItem, bUpdateGlobalValues){
|
|||
|
||||
function parseItems(obj){
|
||||
var schedulePosixTime = convertDateToPosixTime(obj.schedulerTime);
|
||||
|
||||
$('#time-zone').text(obj.timezone);
|
||||
|
||||
previousSongs = obj.previous;
|
||||
currentSong = obj.current;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue