created entry point classes for the startup wizard and new item notifications

This commit is contained in:
LukePulverenti
2013-03-03 00:20:14 -05:00
parent 1ffc19a9a0
commit f26a3e3c61
7 changed files with 207 additions and 142 deletions

View File

@@ -800,7 +800,7 @@ namespace MediaBrowser.Api.UserLibrary
return userdata.LastPlayedDate.Value;
}
return DateTime.MaxValue;
return DateTime.MinValue;
}
}
}