mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Add list of recent albums
This commit is contained in:
parent
6117b921a6
commit
8e799f651d
4 changed files with 85 additions and 28 deletions
|
|
@ -8,9 +8,17 @@
|
|||
(fn [db]
|
||||
(:login db)))
|
||||
|
||||
;; ---
|
||||
;; current hashbang
|
||||
|
||||
(re-frame/reg-sub
|
||||
::current-route
|
||||
(fn [db]
|
||||
(:current-route db)))
|
||||
|
||||
;; ---
|
||||
|
||||
;; TODO: Make this nice and clean
|
||||
(re-frame/reg-sub
|
||||
::current-album-list
|
||||
(fn [db]
|
||||
(-> db :response :album)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue