mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
updated nuget
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user