aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Notifications/NotificationUpdateEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Notifications/NotificationUpdateEventArgs.cs')
-rw-r--r--MediaBrowser.Controller/Notifications/NotificationUpdateEventArgs.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Notifications/NotificationUpdateEventArgs.cs b/MediaBrowser.Controller/Notifications/NotificationUpdateEventArgs.cs
index e156ca26a..d8a6634df 100644
--- a/MediaBrowser.Controller/Notifications/NotificationUpdateEventArgs.cs
+++ b/MediaBrowser.Controller/Notifications/NotificationUpdateEventArgs.cs
@@ -10,8 +10,8 @@ namespace MediaBrowser.Controller.Notifications
public class NotificationReadEventArgs : EventArgs
{
- public Guid[] IdList { get; set; }
- public Guid UserId { get; set; }
+ public string[] IdList { get; set; }
+ public string UserId { get; set; }
public bool IsRead { get; set; }
}
}