mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
parent
9121af0042
commit
7fc26df599
19 changed files with 262 additions and 128 deletions
|
@ -52,8 +52,7 @@ namespace Ombi.UI.ModelDataProviders
|
|||
with.Property(x => x.QualityProfile).Description("Sonarr's quality profile").Required(true);
|
||||
|
||||
with.Property(x => x.SeasonFolders).Description("Sonarr's season folders").Required(false);
|
||||
|
||||
with.Property(x => x.RootFolder).Description("Sonarr's root folder").Required(true);
|
||||
|
||||
with.Property(x => x.RootPath).Description("Sonarr's root path").Required(false);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue