mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
rework notifications infrastructure
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user