mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Forgot about this change !wip
This commit is contained in:
parent
68c4368490
commit
7b84e9dbbc
1 changed files with 6 additions and 6 deletions
|
@ -24,12 +24,12 @@ export interface IUser {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IUserQualityProfiles {
|
export interface IUserQualityProfiles {
|
||||||
sonarrQualityProfileAnime: string;
|
sonarrQualityProfileAnime: number;
|
||||||
sonarrRootPathAnime: string;
|
sonarrRootPathAnime: number;
|
||||||
sonarrRootPath: string;
|
sonarrRootPath: number;
|
||||||
sonarrQualityProfile: string;
|
sonarrQualityProfile: number;
|
||||||
radarrRootPath: string;
|
radarrRootPath: number;
|
||||||
radarrQualityProfile: string;
|
radarrQualityProfile: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ICreateWizardUser {
|
export interface ICreateWizardUser {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue