mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Series/Details specials grid will be generated like all others.
Added images for Episode Status, Ignored status removed Updated SceneNameMappings.csv
This commit is contained in:
parent
2e48034d70
commit
d120a61ccb
9 changed files with 26 additions and 82 deletions
|
@ -37,15 +37,12 @@ namespace NzbDrone.Core.Repository
|
|||
{
|
||||
get
|
||||
{
|
||||
|
||||
if (EpisodeFileId != 0) return EpisodeStatusType.Ready;
|
||||
|
||||
if (GrabDate != null && GrabDate.Value.AddDays(1) >= DateTime.Now)
|
||||
{
|
||||
return EpisodeStatusType.Downloading;
|
||||
}
|
||||
|
||||
if (Ignored) return EpisodeStatusType.Ignored;
|
||||
|
||||
if (AirDate != null && AirDate.Value.Date < DateTime.Now)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue