diff --git a/src/Ombi/ClientApp/src/app/settings/radarr/radarr.component.ts b/src/Ombi/ClientApp/src/app/settings/radarr/radarr.component.ts index 840e03301..46014230e 100644 --- a/src/Ombi/ClientApp/src/app/settings/radarr/radarr.component.ts +++ b/src/Ombi/ClientApp/src/app/settings/radarr/radarr.component.ts @@ -28,10 +28,10 @@ export class RadarrComponent implements OnInit, OnDestroy { private readonly destroyed$: Subject; constructor( - private radarrFacade: RadarrFacade, - private notificationService: NotificationService, - private featureFacade: FeaturesFacade, - fb: UntypedFormBuilder + private readonly radarrFacade: RadarrFacade, + private readonly notificationService: NotificationService, + private readonly featureFacade: FeaturesFacade, + readonly fb: UntypedFormBuilder ) { this.form4k$ = new ReplaySubject(); this.normalForm$ = new ReplaySubject();