CC-4640: Automatically jump to current song when loading the Now Playing page.
-small fix
This commit is contained in:
parent
5f03a38262
commit
00947f9d7e
|
@ -648,6 +648,8 @@ var AIRTIME = (function(AIRTIME){
|
|||
$("#draggingContainer").remove();
|
||||
},
|
||||
"fnDrawCallback": function fnBuilderDrawCallback(oSettings, json) {
|
||||
var isInitialized = false;
|
||||
|
||||
if (!isInitialized) {
|
||||
//when coming to 'Now Playing' page we want the page
|
||||
//to jump to the current track
|
||||
|
|
Loading…
Reference in New Issue