mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user