mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
finished wiring tv request settings to tv search
This commit is contained in:
parent
75599aed78
commit
88d7104def
3 changed files with 8 additions and 1 deletions
|
@ -55,5 +55,7 @@ namespace PlexRequests.UI.Models
|
|||
public int SiteRating { get; set; }
|
||||
public List<Store.EpisodesModel> Episodes { get; set; }
|
||||
public bool TvFullyAvailable { get; set; }
|
||||
public bool DisableTvRequestsByEpisode { get; set; }
|
||||
public bool DisableTvRequestsBySeason { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue