info for playlists, show id, fix playlist duration

This commit is contained in:
Kendall Garner 2025-06-02 00:26:36 -07:00
parent 1cda4363ef
commit 9e689468f9
No known key found for this signature in database
GPG key ID: 9355F387FE765C94
3 changed files with 40 additions and 5 deletions

View file

@ -109,5 +109,6 @@ export const PLAYLIST_CONTEXT_MENU_ITEMS: SetContextMenuItems = [
{ id: 'playNext' },
{ divider: true, id: 'playShuffled' },
{ divider: true, id: 'shareItem' },
{ id: 'deletePlaylist' },
{ divider: true, id: 'deletePlaylist' },
{ divider: true, id: 'showDetails' },
];