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:
parent
7653af5dd1
commit
2545ff3579
5 changed files with 40 additions and 20 deletions
|
|
@ -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}))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue