From 6587c82e0ce984b92567d935026c830a28d67eff Mon Sep 17 00:00:00 2001 From: Psychotoxical Date: Wed, 8 Apr 2026 01:40:54 +0200 Subject: [PATCH] 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 --- src/utils/backup.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/backup.ts b/src/utils/backup.ts index 97a4e212..e6331548 100644 --- a/src/utils/backup.ts +++ b/src/utils/backup.ts @@ -14,6 +14,7 @@ const BACKUP_KEYS = [ 'psysonic-eq', 'psysonic_global_shortcuts', 'psysonic-player', + 'psysonic_home', ]; export async function exportBackup(): Promise {