show today's episodes on upcoming
This commit is contained in:
parent
2d9f7d678c
commit
fed320f322
|
@ -203,7 +203,7 @@ namespace MediaBrowser.Controller.Entities.TV
|
|||
|
||||
public bool IsUnaired
|
||||
{
|
||||
get { return PremiereDate.HasValue && PremiereDate.Value >= DateTime.UtcNow; }
|
||||
get { return PremiereDate.HasValue && PremiereDate.Value >= DateTime.UtcNow.Date; }
|
||||
}
|
||||
|
||||
public bool IsVirtualUnaired
|
||||
|
|
Loading…
Reference in New Issue
Block a user