1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

More improvements to the audio player

* Expose shuffle / repeat in interface
* Make sure next song gets properly called when a song has ended
This commit is contained in:
Arne Schlüter 2018-08-20 18:29:09 +02:00
commit f7042e9ecc
6 changed files with 93 additions and 55 deletions

View file

@ -6,7 +6,7 @@
[airsonic-ui.views.notifications :refer [notification-list]]
[airsonic-ui.views.breadcrumbs :refer [breadcrumbs]]
[airsonic-ui.views.bottom-bar :refer [bottom-bar]]
[airsonic-ui.views.audio-player :refer [audio-player]]
[airsonic-ui.views.login :refer [login-form]]
[airsonic-ui.views.album :as album]
[airsonic-ui.views.song :as song]))
@ -61,7 +61,7 @@
::routes/main [most-recent content]
::routes/artist-view [artist-detail content]
::routes/album-view [album-detail content])]]]
[bottom-bar]]))
[audio-player]]))
(defn main-panel []
(let [notifications @(subscribe [::subs/notifications])