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:
parent
eb59e97e96
commit
9ca116ee72
3 changed files with 64 additions and 13 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue