fix type error

This commit is contained in:
mtvpls
2026-01-08 01:36:16 +08:00
parent 4474c0c6f9
commit 9e8e3a4cc5
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ export function migrateEmbyConfig(config: AdminConfig): AdminConfig {
key: 'default',
name: 'Emby',
enabled: oldConfig.Enabled ?? false,
ServerURL: oldConfig.ServerURL,
ServerURL: oldConfig.ServerURL || '',
ApiKey: oldConfig.ApiKey,
Username: oldConfig.Username,
Password: oldConfig.Password,