sync develop with local dev
This commit is contained in:
parent
09ac96526e
commit
149688b8ca
23 changed files with 496 additions and 157 deletions
|
@ -1,5 +1,5 @@
|
|||
JamStash.service('player', function ($rootScope, $window, utils, globals, model, notifications) {
|
||||
var player1 = '#playdeck_1';
|
||||
var player1 = globals.Player1;
|
||||
var player2 = '#playdeck_2';
|
||||
var scrobbled = false;
|
||||
var timerid = 0;
|
||||
|
@ -13,8 +13,6 @@
|
|||
if (next) {
|
||||
$rootScope.playSong(false, next);
|
||||
}
|
||||
//$(player1).jPlayer("stop");
|
||||
//$(player2).jPlayer("play");
|
||||
};
|
||||
$rootScope.previousTrack = function () {
|
||||
var next = getNextSong(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue