From 615f57ce2c5abe9f534ce14a45c0cf34cf1e639c Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 1 Oct 2020 22:02:34 +0200 Subject: [PATCH] fix formatting --- pkg/config/config.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 9d872b9d..0726f0ae 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -55,12 +55,12 @@ type Filters struct { } type Custom struct { - CoverArt string `toml:"cover_art"` - Category string `toml:"category"` - Explicit bool `toml:"explicit"` - Language string `toml:"lang"` - Author string `toml:"author"` - Title string `toml:"title"` + CoverArt string `toml:"cover_art"` + Category string `toml:"category"` + Explicit bool `toml:"explicit"` + Language string `toml:"lang"` + Author string `toml:"author"` + Title string `toml:"title"` Description string `toml:"description"` }