diff --git a/frontend b/frontend index 9e6f2651..a9852a50 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 9e6f265152bc184f1404d8a62d90deb41fd87ce1 +Subproject commit a9852a50b409c7c2d57663e6cf53e0980eee87b3 diff --git a/types/settings.go b/types/settings.go index 21753048..9410ebc4 100644 --- a/types/settings.go +++ b/types/settings.go @@ -29,7 +29,7 @@ type Sorting struct { type Branding struct { Name string `json:"name"` DisableExternal bool `json:"disableExternal"` - Files string `json:"string"` + Files string `json:"files"` } // UserDefaults is a type that holds the default values