mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 18:44:45 +01:00
rework news downloading
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user