diff --git a/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts b/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts index bfdb1a520..909e21480 100644 --- a/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts +++ b/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts @@ -19,11 +19,11 @@ export class PlexComponent implements OnInit, OnDestroy { private clientId: string; constructor(private plexService: PlexService, private router: Router, - private notificationService: NotificationService, - private identityService: IdentityService, private plexTv: PlexTvService, - private settingsService: SettingsService, - private location: PlatformLocation, private authService: AuthService, - private plexOauth: PlexOAuthService) { } + private notificationService: NotificationService, + private identityService: IdentityService, private plexTv: PlexTvService, + private settingsService: SettingsService, + private location: PlatformLocation, private authService: AuthService, + private plexOauth: PlexOAuthService) { } public ngOnInit(): void { const base = this.location.getBaseHrefFromDOM();