aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/ItemsService.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-03 00:20:14 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-03 00:20:14 -0500
commitf26a3e3c615474eb9f64f005448bb8ce4b08e13f (patch)
treecba34c02c20aa6f46cec2b04036d4ff53496ae56 /MediaBrowser.Api/UserLibrary/ItemsService.cs
parent1ffc19a9a02ac7dc8bda4faecb793e760284ee5e (diff)
created entry point classes for the startup wizard and new item notifications
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/ItemsService.cs2
1 files changed, 1 insertions, 1 deletions
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;
}
}
}