mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-30 21:49:11 -05: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