add more report data

This commit is contained in:
Luke Pulverenti
2014-03-03 23:53:48 -05:00
parent 6efb78b8b2
commit a72a297c88
8 changed files with 47 additions and 12 deletions

View File

@@ -185,7 +185,7 @@ namespace MediaBrowser.Controller.Entities.TV
{
get
{
return LocationType == LocationType.Virtual && PremiereDate.HasValue && PremiereDate.Value < DateTime.UtcNow;
return LocationType == LocationType.Virtual && !IsUnaired;
}
}