mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-04 17:26:19 +00:00
show today's episodes on upcoming
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user