mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Merge pull request #3934 from Berserkir-Wolf/patch-2
Fix 'language' for sonarr v3
This commit is contained in:
commit
399412828c
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ export class SonarrComponent implements OnInit {
|
|||
this.languageProfiles.unshift({ name: "Please Select", id: -1 });
|
||||
|
||||
this.langRunning = false;
|
||||
this.notificationService.success("Successfully retrieved the Languge Profiles");
|
||||
this.notificationService.success("Successfully retrieved the Language Profiles");
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -191,4 +191,4 @@ function validateProfile(qualityProfile): { [key: string]:boolean } | null {
|
|||
return { 'profileValidation': true };
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue