aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sorting/DatePlayedComparer.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-01 23:28:20 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-01 23:28:20 -0400
commitc957f202cc1fefb174377b99495b329a6cb9ee72 (patch)
tree2f2c30bf96419585767cdda5f05095fefb5804f3 /MediaBrowser.Server.Implementations/Sorting/DatePlayedComparer.cs
parentd80f62c0da5ace56347ca3613556c85ad7c51162 (diff)
fixed latest tv. movie progress.
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/DatePlayedComparer.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sorting/DatePlayedComparer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sorting/DatePlayedComparer.cs b/MediaBrowser.Server.Implementations/Sorting/DatePlayedComparer.cs
index db7e455c7..c37b6b4a4 100644
--- a/MediaBrowser.Server.Implementations/Sorting/DatePlayedComparer.cs
+++ b/MediaBrowser.Server.Implementations/Sorting/DatePlayedComparer.cs
@@ -41,7 +41,7 @@ namespace MediaBrowser.Server.Implementations.Sorting
return userdata.LastPlayedDate.Value;
}
- return DateTime.MaxValue;
+ return DateTime.MinValue;
}
/// <summary>