mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
sync updates
This commit is contained in:
@@ -107,7 +107,8 @@ namespace MediaBrowser.Server.Implementations.News
|
||||
{
|
||||
Date = i.Date,
|
||||
Name = i.Title,
|
||||
Description = i.Link,
|
||||
Description = i.Description,
|
||||
Url = i.Link,
|
||||
UserIds = _userManager.Users.Select(u => u.Id.ToString("N")).ToList()
|
||||
|
||||
}, cancellationToken));
|
||||
|
||||
Reference in New Issue
Block a user