Fix warnings in Emby.Naming

This commit is contained in:
crobibero
2020-03-25 10:53:03 -06:00
parent 37ff36226b
commit cb68fbeb0a
26 changed files with 108 additions and 127 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; }