aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Notifications/NotificationQuery.cs
diff options
context:
space:
mode:
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; }