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
|
|
@ -29,11 +29,11 @@
|
|||
(defn- episode-actions [episode]
|
||||
(case (:status episode)
|
||||
"completed"
|
||||
[[:td>a {:title "Play next"
|
||||
[[:td>a {:title "Play Next"
|
||||
:href "#"
|
||||
:on-click (muted-dispatch [:audio-player/enqueue-next episode])}
|
||||
[icon :plus]]
|
||||
[:td>a {:title "Play last"
|
||||
[:td>a {:title "Play Last"
|
||||
:href "#"
|
||||
:on-click (muted-dispatch [:audio-player/enqueue-last episode])}
|
||||
[icon :caret-right]]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue