Adding the start to couchpotato and some middleware

This commit is contained in:
2020-05-24 22:29:08 -05:00
parent 69de0397a3
commit 5d4f13827c
7 changed files with 106 additions and 53 deletions

View File

@ -178,7 +178,7 @@ func Add(callback string, config config.Config) string {
if err != nil {
return err.Error()
}
rootFolderData, err := ioutil.ReadAll(rootFolderLookuQuery.Body)
rootFolderData, err := ioutil.ReadAll(rootFolderLookupQuery.Body)
if err != nil {
return err.Error()
}