mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
[enhancement]: allow downloading individual tracks for external use
This commit is contained in:
@@ -36,7 +36,8 @@ export type ContextMenuItemType =
|
||||
| 'removeFromQueue'
|
||||
| 'deselectAll'
|
||||
| 'showDetails'
|
||||
| 'playSimilarSongs';
|
||||
| 'playSimilarSongs'
|
||||
| 'download';
|
||||
|
||||
export type SetContextMenuItems = {
|
||||
children?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user