diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-05-09 15:27:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-05-09 15:27:38 -0400 |
| commit | 75b699fc4e2c78d4753c644d422d8a5e600ab7ce (patch) | |
| tree | c1c56d44b61db90e3465d5720c334fbeecc830bd /MediaBrowser.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs | |
| parent | f7753ab478242925f54f889211acfbc33591a3a4 (diff) | |
rework tabs
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } /// <summary> |
