diff --git a/api-users.go b/api-users.go index 3a4891d..ddf8aa2 100644 --- a/api-users.go +++ b/api-users.go @@ -1374,12 +1374,12 @@ func (app *appContext) ApplySettings(gc *gin.Context) { displayprefs = profile.Displayprefs } policy = profile.Policy - if app.config.Section("ombi").Key("enabled").MustBool(false) { + if req.Ombi && app.config.Section("ombi").Key("enabled").MustBool(false) { if profile.Ombi != nil && len(profile.Ombi) != 0 { ombi = profile.Ombi } } - if app.config.Section("jellyseerr").Key("enabled").MustBool(false) { + if req.Jellyseerr && app.config.Section("jellyseerr").Key("enabled").MustBool(false) { if profile.Jellyseerr.Enabled { jellyseerr = profile.Jellyseerr } diff --git a/html/admin.html b/html/admin.html index f7de13e..126f9e1 100644 --- a/html/admin.html +++ b/html/admin.html @@ -84,30 +84,40 @@