mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
parent
ec4504e475
commit
cefdcd542e
9 changed files with 133 additions and 43 deletions
|
|
@ -71,9 +71,9 @@
|
|||
:title "Current queue"} [icon :audio-spectrum]]
|
||||
(when stream-role
|
||||
[navbar-dropdown "Library"
|
||||
[[{:href (url-for ::routes/library {:criteria "recent"})} "Recently played"]
|
||||
[{:href (url-for ::routes/library {:criteria "newest"})} "Newest additions"]
|
||||
[{:href (url-for ::routes/library {:criteria "starred"})} "Starred"]
|
||||
[[{:href (url-for ::routes/library {:kind "recent"})} "Recently played"]
|
||||
[{:href (url-for ::routes/library {:kind "newest"})} "Newest additions"]
|
||||
[{:href (url-for ::routes/library {:kind "starred"})} "Starred"]
|
||||
[{:href (url-for ::routes/artist.overview)} "By artist"]]])
|
||||
(when podcast-role
|
||||
#_(let [podcast-url (url-for ::routes/podcast.overview)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue