mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-18 14:28:15 -04:00
fix(settings): merging the wrong settings source
This commit is contained in:
@@ -670,7 +670,7 @@ class Settings {
|
||||
delete parsedJson.jellyfin.hostname;
|
||||
}
|
||||
|
||||
this.data = merge(this.data, settings);
|
||||
this.data = merge(this.data, parsedJson);
|
||||
|
||||
this.save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user