mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
add dlna channel factory
This commit is contained in:
@@ -94,8 +94,9 @@ namespace MediaBrowser.Server.Implementations.Notifications
|
||||
{
|
||||
var config = GetConfiguration();
|
||||
|
||||
return _userManager.Users.Where(i => config.IsEnabledToSendToUser(request.NotificationType, i.Id.ToString("N"), i.Configuration))
|
||||
.Select(i => i.Id.ToString("N"));
|
||||
return _userManager.Users
|
||||
.Where(i => config.IsEnabledToSendToUser(request.NotificationType, i.Id.ToString("N"), i.Configuration))
|
||||
.Select(i => i.Id.ToString("N"));
|
||||
}
|
||||
|
||||
return request.UserIds;
|
||||
|
||||
Reference in New Issue
Block a user