From 67a89764157c53ad6b852d48ddf5fec31bd0ecb9 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 1 Jan 2019 13:08:44 +0000 Subject: [PATCH] feat: add branding to settings License: MIT Signed-off-by: Henrique Dias --- frontend | 2 +- types/settings.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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