feat: simplify language support in quality profiles

- moved language field in quality profile general page
- simplify transformation for sonarr by making languages optional
This commit is contained in:
Sam Chau
2026-01-22 14:02:43 +10:30
parent 12ba7540f7
commit 4efefe63ca
23 changed files with 5153 additions and 440 deletions

View File

@@ -607,7 +607,7 @@ export interface ArrQualityProfilePayload {
id?: number;
name: string;
items: ArrQualityProfileItem[];
language: ArrLanguage;
language?: ArrLanguage; // Radarr only - Sonarr uses custom formats for language filtering
upgradeAllowed: boolean;
cutoff: number;
minFormatScore: number;