From b1576d7faf1849f11c0fae9d3618359dfc190a18 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 15 Jul 2013 21:33:47 -0400 Subject: changed NotificationQuery user id to string --- MediaBrowser.Model/Notifications/NotificationQuery.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Model/Notifications/NotificationQuery.cs') diff --git a/MediaBrowser.Model/Notifications/NotificationQuery.cs b/MediaBrowser.Model/Notifications/NotificationQuery.cs index a252e2512..7e8814d7a 100644 --- a/MediaBrowser.Model/Notifications/NotificationQuery.cs +++ b/MediaBrowser.Model/Notifications/NotificationQuery.cs @@ -1,10 +1,9 @@ -using System; - + namespace MediaBrowser.Model.Notifications { public class NotificationQuery { - public Guid UserId { get; set; } + public string UserId { get; set; } public bool? IsRead { get; set; } -- cgit v1.2.3