mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
changed NotificationQuery user id to string
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user