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

Add current playlist, next and previous

Also reuse audio element so slippery stuff like volume persists
This commit is contained in:
Arne Schlüter 2018-04-23 23:45:47 +02:00
commit d24300ad1e
4 changed files with 59 additions and 31 deletions

View file

@ -9,6 +9,7 @@
[funcool/bide "1.6.0"]
;; debugging
[day8.re-frame/re-frame-10x "0.3.2-react16"]
[day8.re-frame/tracing "0.5.1"]
;; for CIDER
[cider/cider-nrepl "0.16.0-snapshot"]
[refactor-nrepl "2.3.1"]]
@ -17,7 +18,8 @@
{:app {:target :browser
:output-dir "public/app/js"
:asset-path "/app/js"
:closure-defines {"re_frame.trace.trace_enabled_QMARK_" true}
:closure-defines {"re_frame.trace.trace_enabled_QMARK_" true
"day8.re_frame.tracing.trace_enabled_QMARK_" true}
:modules {:main {:entries [airsonic-ui.core]}}
:devtools {:http-root "public"
:http-port 8080