mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
updated nuget
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
using MediaBrowser.Model.Configuration;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using MediaBrowser.Model.Configuration;
|
||||
|
||||
namespace MediaBrowser.Model.Notifications
|
||||
{
|
||||
@@ -50,13 +50,17 @@ namespace MediaBrowser.Model.Notifications
|
||||
public Dictionary<string, string> Variables { get; set; }
|
||||
|
||||
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>(StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
ExcludeUserIds = new List<string>();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user