From 7b84e9dbbc05f92b69d77c472b7bc7f5117caad0 Mon Sep 17 00:00:00 2001 From: TidusJar Date: Thu, 20 Sep 2018 14:44:07 +0100 Subject: [PATCH] Forgot about this change !wip --- src/Ombi/ClientApp/app/interfaces/IUser.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Ombi/ClientApp/app/interfaces/IUser.ts b/src/Ombi/ClientApp/app/interfaces/IUser.ts index 9819ca834..0cb4123a7 100644 --- a/src/Ombi/ClientApp/app/interfaces/IUser.ts +++ b/src/Ombi/ClientApp/app/interfaces/IUser.ts @@ -24,12 +24,12 @@ export interface IUser { } export interface IUserQualityProfiles { - sonarrQualityProfileAnime: string; - sonarrRootPathAnime: string; - sonarrRootPath: string; - sonarrQualityProfile: string; - radarrRootPath: string; - radarrQualityProfile: string; + sonarrQualityProfileAnime: number; + sonarrRootPathAnime: number; + sonarrRootPath: number; + sonarrQualityProfile: number; + radarrRootPath: number; + radarrQualityProfile: number; } export interface ICreateWizardUser {