1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-07 10:43:39 +02:00

Fix playlist skipping multiple songs when current song has ended

This commit is contained in:
Arne Schlüter 2018-10-09 19:11:10 +02:00
commit 58327be930
3 changed files with 8 additions and 6 deletions

View file

@ -12,8 +12,6 @@
{:audio/play (api/stream-url (:credentials db) (playlist/peek playlist))
:db (assoc-in db [:audio :playlist] playlist)})))
;; FIXME: :audio/play might not get the right argument here
(re-frame/reg-event-db
:audio-player/set-playback-mode
(fn [db [_ playback-mode]]