aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications/NotificationQuery.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-07 01:41:28 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-07 01:41:28 -0400
commit16b58256c4bee95f95e3deb2a1458235c3f4bb7c (patch)
tree3138f4f46a75d18bcaa2cf53ba91c6ac087fc628 /MediaBrowser.Model/Notifications/NotificationQuery.cs
parente3690b2ddd85830281f931387a1ec4ffa52e36f7 (diff)
updated nuget
Diffstat (limited to 'MediaBrowser.Model/Notifications/NotificationQuery.cs')
-rw-r--r--MediaBrowser.Model/Notifications/NotificationQuery.cs2
1 files changed, 1 insertions, 1 deletions
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; }