mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 00:06:05 -07:00
fix(radarr): fixed radarr settings loading the folders on initialisation
Fix some Radarr settings no longer initialized in settings page
This commit is contained in:
commit
c9137aeb66
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@ export class RadarrFormComponent implements OnInit {
|
|||
{ name: "In Cinemas", value: "InCinemas" },
|
||||
{ name: "Physical / Web", value: "Released" },
|
||||
];
|
||||
|
||||
if (this.form.controls.defaultQualityProfile.value) {
|
||||
this.getProfiles(this.form);
|
||||
}
|
||||
|
||||
if (this.form.controls.defaultRootPath.value) {
|
||||
this.getRootFolders(this.form);
|
||||
}
|
||||
}
|
||||
|
||||
public toggleValidators() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue