mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Fix playlist skipping multiple songs when current song has ended
This commit is contained in:
parent
925c35bf5a
commit
58327be930
3 changed files with 8 additions and 6 deletions
|
|
@ -68,7 +68,7 @@
|
|||
[:div.navbar-item [search/form]]]
|
||||
[:div.navbar-end
|
||||
[:a.navbar-item {:href (url-for ::routes/current-queue)
|
||||
:title "Current queue"} [icon :audio]]
|
||||
:title "Current queue"} [icon :audio-spectrum]]
|
||||
(when stream-role
|
||||
[navbar-dropdown "Library"
|
||||
[[{:href (url-for ::routes/library {:criteria "recent"})} "Recently played"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue