mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-31 14:50:50 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user