sync updates

This commit is contained in:
Luke Pulverenti
2015-01-19 15:53:02 -05:00
parent bdb9cd77bc
commit 01f4ddbdc3
45 changed files with 20454 additions and 20522 deletions

View File

@@ -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));