From f26a3e3c615474eb9f64f005448bb8ce4b08e13f Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Sun, 3 Mar 2013 00:20:14 -0500 Subject: created entry point classes for the startup wizard and new item notifications --- MediaBrowser.Api/UserLibrary/ItemsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs') diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs index c248ae582..b89715d1c 100644 --- a/MediaBrowser.Api/UserLibrary/ItemsService.cs +++ b/MediaBrowser.Api/UserLibrary/ItemsService.cs @@ -800,7 +800,7 @@ namespace MediaBrowser.Api.UserLibrary return userdata.LastPlayedDate.Value; } - return DateTime.MaxValue; + return DateTime.MinValue; } } } -- cgit v1.2.3