mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added an option to disable/enable the Plex episode cacher
This commit is contained in:
parent
f8457d1db2
commit
963b4e6ee8
3 changed files with 28 additions and 3 deletions
|
@ -29,6 +29,7 @@ namespace PlexRequests.Core.SettingModels
|
|||
public sealed class PlexSettings : ExternalSettings
|
||||
{
|
||||
public bool AdvancedSearch { get; set; }
|
||||
public bool EnableTvEpisodeSearching { get; set; }
|
||||
|
||||
public string PlexAuthToken { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue