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

Can play a single song :)

This commit is contained in:
Arne Schlüter 2018-04-20 16:21:19 +02:00
commit 0e17354e58
4 changed files with 28 additions and 1 deletions

View file

@ -2,6 +2,7 @@
(:require [reagent.core :as reagent]
[re-frame.core :as re-frame]
[day8.re-frame.http-fx]
[airsonic-ui.audio] ; <- just registers effects
[airsonic-ui.routes :as routes]
[airsonic-ui.events :as events]
[airsonic-ui.views :as views]