feat(player): add server-side autosave capability

This commit is contained in:
Kendall Garner
2026-03-06 20:01:35 -08:00
parent e603048a80
commit 7c4cbaad9a
6 changed files with 104 additions and 2 deletions
@@ -89,8 +89,7 @@ export const useSaveQueue = () => {
});
toast.success({
message: '',
title: t('form.saveQueue.success', { postProcess: 'sentenceCase' }),
message: t('form.saveQueue.success', { postProcess: 'sentenceCase' }),
});
} catch (error) {
toast.error({