1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 10:23:39 +02:00
airsonic-ui/test/cljs/airsonic_ui
Arne Schlüter 1888c3023c
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
2018-08-20 16:34:52 +02:00
..
audio Add a real playlist (#20) 2018-08-20 16:34:52 +02:00
utils Add a real playlist (#20) 2018-08-20 16:34:52 +02:00
events_test.cljs Start restructuring audio playback, add some tests for audio 2018-08-01 18:36:47 +02:00
fixtures.cljs Start restructuring audio playback, add some tests for audio 2018-08-01 18:36:47 +02:00
routes_test.cljs Move navigation to interceptor 2018-08-01 11:39:24 +02:00
subs_test.cljs Move navigation to interceptor 2018-08-01 11:39:24 +02:00
test_helpers.cljs Start restructuring audio playback, add some tests for audio 2018-08-01 18:36:47 +02:00
test_helpers_test.cljs Start restructuring audio playback, add some tests for audio 2018-08-01 18:36:47 +02:00