If Radarr/Sonarr has noticed that the media is available, then mark it as available in the UI

This commit is contained in:
Jamie 2018-01-02 16:01:56 +00:00
parent 9d7a66b5fe
commit a8bb352c34
9 changed files with 954 additions and 13 deletions

View file

@ -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; }
}
}