accounts: make ombi/jellyseerr appliction optional on "modify settings"

Checkboxes added when applying from a profile.
This commit is contained in:
Harvey Tindall
2024-07-30 21:36:06 +01:00
parent 785395dd20
commit 2a6937228c
6 changed files with 61 additions and 24 deletions
+2
View File
@@ -179,6 +179,8 @@ type userSettingsDTO struct {
ApplyTo []string `json:"apply_to"` // Users to apply settings to
ID string `json:"id"` // ID of user (if from = "user")
Homescreen bool `json:"homescreen"` // Whether to apply homescreen layout or not
Ombi bool `json:"ombi"` // Whether to apply ombi profile or not
Jellyseerr bool `json:"jellyseerr"` // Whether to apply jellyseerr profile or not
}
type announcementDTO struct {