refactor: add cache tests and remove cache merge task (#14)
This commit is contained in:
@@ -51,7 +51,7 @@ func New(c nabarr.PvrConfig, mode string, m *media.Client, cc *cache.Client) (*C
|
||||
if strings.Contains(strings.ToLower(c.URL), "/api") {
|
||||
apiURL = c.URL
|
||||
} else {
|
||||
apiURL = util.JoinURL(c.URL, "/api")
|
||||
apiURL = util.JoinURL(c.URL, "api")
|
||||
}
|
||||
|
||||
// set api headers
|
||||
|
||||
Reference in New Issue
Block a user