mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
fix(backup): include psysonic_home in backup keys
Home section visibility/order is a user preference and was missing from the backup. Server-specific stores (offline, playlists_recent) intentionally excluded. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,6 +14,7 @@ const BACKUP_KEYS = [
|
||||
'psysonic-eq',
|
||||
'psysonic_global_shortcuts',
|
||||
'psysonic-player',
|
||||
'psysonic_home',
|
||||
];
|
||||
|
||||
export async function exportBackup(): Promise<string | null> {
|
||||
|
||||
Reference in New Issue
Block a user