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
|
|
@ -51,8 +51,8 @@
|
|||
(:title song)])
|
||||
|
||||
(defn song-actions [song]
|
||||
[dropdown {:items [{:label "Play next" :event [:audio-player/enqueue-next song]}
|
||||
{:label "Play last" :event [:audio-player/enqueue-last song]}]}])
|
||||
[dropdown {:items [{:label "Play Next" :event [:audio-player/enqueue-next song]}
|
||||
{:label "Play Last" :event [:audio-player/enqueue-last song]}]}])
|
||||
|
||||
(defn default-thead []
|
||||
[:thead>tr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue