rework news downloading

This commit is contained in:
Luke Pulverenti
2014-01-18 23:25:01 -05:00
parent 18a9720857
commit d2cae40128
8 changed files with 182 additions and 92 deletions

View File

@@ -16,6 +16,7 @@ namespace MediaBrowser.Model.News
public string Title { get; set; }
public string Link { get; set; }
public string Description { get; set; }
public string DescriptionHtml { get; set; }
public string Guid { get; set; }
public DateTime Date { get; set; }
}