From affbd2ff657053f7b11056eb817e91319435a3bb Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Fri, 27 Apr 2018 22:01:38 +0100 Subject: [PATCH] !wip --- src/Ombi/ClientApp/app/wizard/plex/plex.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts b/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts index 0ba476fc0..67bd672dc 100644 --- a/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts +++ b/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts @@ -2,7 +2,7 @@ import { Router } from "@angular/router"; import { PlexService } from "../../services"; -import { IdentityService, NotificationService, } from "../../services"; +import { IdentityService, NotificationService } from "../../services"; @Component({ templateUrl: "./plex.component.html",