mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-31 23:00: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:
@@ -345,7 +345,7 @@ export class QualityProfileSyncer extends BaseSyncer {
|
||||
syncedProfiles.push({
|
||||
name: arrProfile.name,
|
||||
action: isUpdate ? 'updated' : 'created',
|
||||
language: arrProfile.language.name,
|
||||
language: arrProfile.language?.name ?? 'N/A',
|
||||
cutoffFormatScore: arrProfile.cutoffFormatScore,
|
||||
minFormatScore: arrProfile.minFormatScore,
|
||||
formats: scoredFormats
|
||||
|
||||
Reference in New Issue
Block a user