Adding Exclude List, #3

This commit is contained in:
2020-12-11 15:39:17 -06:00
parent f3424d83bc
commit 33d7c5eaa7
2 changed files with 16 additions and 0 deletions

View File

@ -20,6 +20,7 @@ type Config struct {
ServerName string `json:"serverName"`
SonarrContext string `json:"sonarrContext"`
SonarrAPIKey string `json:"sonarrAPIKey"`
ExcludeList string `json:"excludeList"` // ExcludeList will be checked against any section.
}
//GetConfig gets the configuration values for the api using the file in the supplied configPath.