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
@@ -111,6 +111,7 @@ const PlaylistRowButton = ({ name, onPlay, to, ...props }: PlaylistRowButtonProp
openContextModal({
innerProps: modalProps,
modal: 'addToPlaylist',
size: 'lg',
title: t('form.addToPlaylist.title', { postProcess: 'titleCase' }),
});
},