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

Update events to use updated playlist, closes #6

This commit is contained in:
Arne Schlüter 2018-08-20 17:03:57 +02:00
commit 4d49b3a3ff
4 changed files with 48 additions and 37 deletions

View file

@ -1,5 +1,6 @@
(ns airsonic-ui.subs
(:require [re-frame.core :as re-frame :refer [subscribe]]
[airsonic-ui.audio.playlist :as playlist]
[airsonic-ui.utils.api :as api]))
(defn is-booting?