mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +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
|
|
@ -28,16 +28,16 @@
|
|||
|
||||
(defmethod breadcrumbs :artist [{:keys [artist]}]
|
||||
[bulma-breadcrumbs
|
||||
[(url-for ::routes/main) "Start"]
|
||||
[(url-for ::routes/library) "Start"]
|
||||
(:name artist)])
|
||||
|
||||
(defmethod breadcrumbs :album [{:keys [album]}]
|
||||
[bulma-breadcrumbs
|
||||
[(url-for ::routes/main) "Start"]
|
||||
[(url-for ::routes/library) "Start"]
|
||||
[(url-for ::routes/artist-view {:id (:artistId album)}) (:artist album)]
|
||||
(:name album)])
|
||||
|
||||
(defmethod breadcrumbs :search [_]
|
||||
[bulma-breadcrumbs
|
||||
[(url-for ::routes/main) "Start"]
|
||||
[(url-for ::routes/library) "Start"]
|
||||
"Search"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue