diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-07 01:41:28 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-07 01:41:28 -0400 |
| commit | 16b58256c4bee95f95e3deb2a1458235c3f4bb7c (patch) | |
| tree | 3138f4f46a75d18bcaa2cf53ba91c6ac087fc628 /MediaBrowser.Model/Notifications/NotificationQuery.cs | |
| parent | e3690b2ddd85830281f931387a1ec4ffa52e36f7 (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.Model/Notifications/NotificationQuery.cs')
| -rw-r--r-- | MediaBrowser.Model/Notifications/NotificationQuery.cs | 2 |
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; } |
