feat(api): radarr api wrapper / send to radarr when requests approved (#93)

This commit is contained in:
sct
2020-09-16 11:49:40 +09:00
committed by GitHub
parent d1b5c08913
commit 48d62c3178
4 changed files with 176 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ interface DVRSettings {
apiKey: string;
useSsl: boolean;
baseUrl?: string;
activeProfile: string;
activeProfileId: number;
activeDirectory: string;
is4k: boolean;
}