From 16b58256c4bee95f95e3deb2a1458235c3f4bb7c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 7 Jul 2013 01:41:28 -0400 Subject: updated nuget --- MediaBrowser.Model/Notifications/NotificationQuery.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Model/Notifications/NotificationQuery.cs') diff --git a/MediaBrowser.Model/Notifications/NotificationQuery.cs b/MediaBrowser.Model/Notifications/NotificationQuery.cs index 39a7326a6..a252e2512 100644 --- a/MediaBrowser.Model/Notifications/NotificationQuery.cs +++ b/MediaBrowser.Model/Notifications/NotificationQuery.cs @@ -4,7 +4,7 @@ namespace MediaBrowser.Model.Notifications { public class NotificationQuery { - public Guid? UserId { get; set; } + public Guid UserId { get; set; } public bool? IsRead { get; set; } -- cgit v1.2.3