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

Login → Album List → Album Detail

This commit is contained in:
Arne Schlüter 2018-04-20 15:44:59 +02:00
commit 9ca116ee72
3 changed files with 64 additions and 13 deletions

View file

@ -18,7 +18,8 @@
;; ---
;; TODO: Make this nice and clean
(re-frame/reg-sub
::current-album-list
::current-content
(fn [db]
(-> db :response :album)))
(-> db :response)))