aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sorting/DatePlayedComparer.cs
diff options
context:
space:
mode:
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>