mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
added properties to disable tv requests for specific episodes or seasons and wired up to admin settings
This commit is contained in:
parent
582a911fed
commit
f32276151a
2 changed files with 32 additions and 0 deletions
|
@ -56,6 +56,8 @@ namespace PlexRequests.Core.SettingModels
|
|||
public bool CollectAnalyticData { get; set; }
|
||||
public bool IgnoreNotifyForAutoApprovedRequests { get; set; }
|
||||
public bool Wizard { get; set; }
|
||||
public bool DisableTvRequestsByEpisode { get; set; }
|
||||
public bool DisableTvRequestsBySeason { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The CSS name of the theme we want
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue