Merge pull request #2667 from crobibero/emby-naming-warnings

Fix warnings in Emby.Naming
This commit is contained in:
dkanada
2020-03-28 04:51:35 +09:00
committed by GitHub
9 changed files with 34 additions and 49 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; }