mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Use proper capitalization
This commit is contained in:
parent
1ec18aee5e
commit
fa9ae5b908
5 changed files with 12 additions and 12 deletions
|
|
@ -28,8 +28,8 @@
|
|||
[bulma-breadcrumbs
|
||||
[(url-for ::routes/library {:kind "recent"}) "Library"]
|
||||
(case (:kind params)
|
||||
"recent" "Recently played"
|
||||
"newest" "Newest additions"
|
||||
"recent" "Recently Played"
|
||||
"newest" "Newest Additions"
|
||||
"starred" "Starred")])
|
||||
|
||||
(defmethod breadcrumbs ::routes/artist.overview [_ _]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue