mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Add a real playlist (#20)
* Start implementing playlist Done so far: * Creation * Changing playback mode * Changing repeat mode * Add skipping for linear playlists with all repeat modes * Complete implementation for playlist/next-song * Implement all the playlist skipping functionality * Add functions to enqueue songs * Remove start-idx parameter when constructing playlists * Use namespaced keywords only when modifying external data E.g. songs in the queue
This commit is contained in:
parent
2638378064
commit
1888c3023c
11 changed files with 456 additions and 46 deletions
|
|
@ -11,8 +11,9 @@
|
|||
;; debugging
|
||||
[day8.re-frame/re-frame-10x "0.3.3-react16"]
|
||||
[day8.re-frame/tracing "0.5.1"]
|
||||
[philoskim/debux "0.4.11"]
|
||||
;; for CIDER
|
||||
[cider/cider-nrepl "0.18.0-SNAPSHOT"]]
|
||||
[cider/cider-nrepl "0.18.0"]]
|
||||
|
||||
:nrepl {:port 9000}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue