Fix Sonarr TV request policy and bump gateway to 0.1.40
This commit is contained in:
@@ -377,6 +377,21 @@ export interface IntegrationsResponse {
|
||||
dropped: number;
|
||||
}
|
||||
|
||||
export interface SonarrProfileOption {
|
||||
id: number;
|
||||
name: string;
|
||||
recommended: boolean;
|
||||
}
|
||||
|
||||
export interface SonarrRequestPolicy {
|
||||
qualityProfileId: number;
|
||||
searchImmediately: boolean;
|
||||
profiles: SonarrProfileOption[];
|
||||
recommendedId: number;
|
||||
configured: boolean;
|
||||
error?: string;
|
||||
}
|
||||
|
||||
/* ---------- logs ---------- */
|
||||
|
||||
export interface LogEvent {
|
||||
|
||||
Reference in New Issue
Block a user