mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fixed linting
This commit is contained in:
parent
c35824c11b
commit
93abab7a03
1 changed files with 5 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue