From 75b699fc4e2c78d4753c644d422d8a5e600ab7ce Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 9 May 2016 15:27:38 -0400 Subject: rework tabs --- .../Sorting/DateLastMediaAddedComparer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations/Sorting') diff --git a/MediaBrowser.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs b/MediaBrowser.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs index 5c51f5e0f..e8c78b8e7 100644 --- a/MediaBrowser.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs +++ b/MediaBrowser.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs @@ -55,7 +55,7 @@ namespace MediaBrowser.Server.Implementations.Sorting } } - return x.DateCreated; + return DateTime.MinValue; } /// -- cgit v1.2.3