mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
remember display mirroring
This commit is contained in:
@@ -26,16 +26,12 @@ namespace MediaBrowser.Model.Notifications
|
||||
|
||||
public SendToUserType? SendToUserMode { get; set; }
|
||||
|
||||
public List<string> ExcludeUserIds { get; set; }
|
||||
|
||||
public NotificationRequest()
|
||||
{
|
||||
UserIds = new List<string>();
|
||||
Date = DateTime.UtcNow;
|
||||
|
||||
Variables = new Dictionary<string, string>();
|
||||
|
||||
ExcludeUserIds = new List<string>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user