mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Added the subscription for movies !wip
This commit is contained in:
parent
bebf2f2ab8
commit
7a9fc1213f
31 changed files with 1308 additions and 42 deletions
|
@ -16,6 +16,12 @@ namespace Ombi.Store.Entities.Requests
|
|||
public string Background { get; set; }
|
||||
public DateTime ReleaseDate { get; set; }
|
||||
public string Status { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// This is to see if the user is subscribed in the UI
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public bool Subscribed { get; set; }
|
||||
/// <summary>
|
||||
/// This is so we can correctly send the right amount of seasons to Sonarr
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue