fix(services): update all radarr/sonarr endpoints to use v3

This commit is contained in:
sct
2021-02-23 07:27:56 +00:00
parent 0acad8e9fa
commit da5ca02f81
6 changed files with 10 additions and 24 deletions

View File

@@ -242,7 +242,7 @@ class RadarrAPI extends ExternalAPI {
public getProfiles = async (): Promise<RadarrProfile[]> => {
try {
const data = await this.getRolling<RadarrProfile[]>(
`/profile`,
`/qualityProfile`,
undefined,
3600
);