[enhancement]: allow downloading individual tracks for external use

This commit is contained in:
Kendall Garner
2024-08-25 17:08:38 -07:00
parent 10fca2dc12
commit c4677a63f6
10 changed files with 91 additions and 6 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ export type ContextMenuItemType =
| 'removeFromQueue'
| 'deselectAll'
| 'showDetails'
| 'playSimilarSongs';
| 'playSimilarSongs'
| 'download';
export type SetContextMenuItems = {
children?: boolean;