Add "shuffle" button

This commit is contained in:
2018-03-06 14:51:04 +01:00
parent bf2e5956ba
commit 1481c8a50c
2 changed files with 23 additions and 4 deletions

View File

@@ -86,6 +86,10 @@ def playlist_next():
def playlist_previous():
return f"playlist/previous", None
@request_post
def playlist_shuffle():
return f"playlist/shuffle", None
@request_delete
def playlist_clear():
return f"playlist", None