Merge branch 'master' into usings

This commit is contained in:
Bond-009
2020-04-01 18:51:44 +02:00
committed by GitHub
86 changed files with 552 additions and 358 deletions

View File

@@ -26,6 +26,7 @@ namespace MediaBrowser.Model.Entities
/// </summary>
/// <value>The image path.</value>
public string ImagePath { get; set; }
public DateTime ImageDateModified { get; set; }
public string ImageTag { get; set; }