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:
parent
925c35bf5a
commit
58327be930
3 changed files with 8 additions and 6 deletions
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue