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

Add tabs for newest and starred tracks

This commit is contained in:
Arne Schlüter 2018-08-28 18:12:11 +02:00
commit 2545ff3579
5 changed files with 40 additions and 20 deletions

View file

@ -113,7 +113,7 @@
(defn logged-in
[cofx _]
(let [redirect (or (get-in cofx [:routes/from-query-param :redirect])
[::routes/main])]
[::routes/library])]
{:dispatch [:routes/do-navigation redirect]
:show-nav-bar nil}))