fixed latest tv. movie progress.

This commit is contained in:
Luke Pulverenti
2013-04-01 23:28:20 -04:00
parent d80f62c0da
commit c957f202cc
4 changed files with 20 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ namespace MediaBrowser.Server.Implementations.Sorting
{
return new DateTime(x.ProductionYear.Value, 1, 1, 0, 0, 0, DateTimeKind.Utc);
}
return DateTime.MaxValue;
return DateTime.MinValue;
}
/// <summary>