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

Fix for safari autoplay bug (#34)

This commit is contained in:
Arne Schlüter 2018-11-25 13:59:49 +01:00 committed by GitHub
commit fafbe80a34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View file

@ -52,7 +52,9 @@
" - "
[:a {:title (:title episode)
:href "#"
:on-click (muted-dispatch [:audio-player/play-all episodes idx])}
;; the reason for :sync? true can be found here
;; https://github.com/heyarne/airsonic-ui/issues/33
:on-click (muted-dispatch [:audio-player/play-all episodes idx] :sync? true)}
(:title episode)]]]]
(episode-actions episode)))])