Move starring songs to subsonic-service
So we keep all requests to subsonic in the same place and all use subsonicRequest()
This commit is contained in:
parent
832c410290
commit
b96fe0ecf0
14 changed files with 108 additions and 66 deletions
|
@ -65,6 +65,4 @@ angular.module('jamstash.queue.controller', ['jamstash.player.service'])
|
|||
end = ui.item.index();
|
||||
player.queue.splice(end, 0, player.queue.splice(start, 1)[0]);
|
||||
};
|
||||
|
||||
//TODO: Hyz: updateFavorite - leave in rootScope ?
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue