Jamstash/app/queue
Hyzual 8b3a12f052 Moves drag & drop support from main-controller.js to queue.js
Adds a indexOfSong method to player-service. It is used in play, nextTrack and previousTrack so the player can adapt to changes to the queue order. Previously it wasn't taken into account and when we changed the order of the queue (through drag & drop or shuffle), the next song wasn't what we expected it to be.
2015-01-17 19:15:10 +01:00
..
queue.html When playing a song, the queue is scrolled to display it 2015-01-17 19:15:08 +01:00
queue.js Moves drag & drop support from main-controller.js to queue.js 2015-01-17 19:15:10 +01:00
queue_test.js Moves drag & drop support from main-controller.js to queue.js 2015-01-17 19:15:10 +01:00