mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +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-eq',
|
||||||
'psysonic_global_shortcuts',
|
'psysonic_global_shortcuts',
|
||||||
'psysonic-player',
|
'psysonic-player',
|
||||||
|
'psysonic_home',
|
||||||
];
|
];
|
||||||
|
|
||||||
export async function exportBackup(): Promise<string | null> {
|
export async function exportBackup(): Promise<string | null> {
|
||||||
|
|||||||
Reference in New Issue
Block a user