Add "Move to next" button to queue (#781)

This commit is contained in:
Trevor
2024-10-09 18:00:25 -07:00
committed by GitHub
parent 5e628d96c7
commit a00385e78f
6 changed files with 85 additions and 3 deletions
@@ -32,6 +32,7 @@ export type ContextMenuItemType =
| 'shareItem'
| 'deletePlaylist'
| 'createPlaylist'
| 'moveToNextOfQueue'
| 'moveToBottomOfQueue'
| 'moveToTopOfQueue'
| 'removeFromQueue'