various cleanup

This commit is contained in:
jeffvli
2025-11-15 19:32:17 -08:00
parent f2b629fe6d
commit b5eadb64a1
44 changed files with 32 additions and 4021 deletions
@@ -259,6 +259,7 @@ export const AddToPlaylistAction = ({ items, itemType }: AddToPlaylistActionProp
resourceType: itemType,
},
modal: 'addToPlaylist',
size: 'lg',
title: t('page.contextMenu.addToPlaylist', { postProcess: 'sentenceCase' }),
});
}, [itemType, items, t]);