mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -07:00
If Radarr/Sonarr has noticed that the media is available, then mark it as available in the UI
This commit is contained in:
parent
9d7a66b5fe
commit
a8bb352c34
9 changed files with 954 additions and 13 deletions
|
@ -8,5 +8,6 @@ namespace Ombi.Store.Entities
|
|||
public int SeasonNumber { get; set; }
|
||||
public int EpisodeNumber { get; set; }
|
||||
public int TvDbId { get; set; }
|
||||
public bool HasFile { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue