mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 10:43:39 +02:00
Fix for safari autoplay bug (#34)
This commit is contained in:
parent
a6b14d6294
commit
fafbe80a34
3 changed files with 10 additions and 5 deletions
|
|
@ -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)))])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue