update live tv images

This commit is contained in:
Luke Pulverenti
2015-11-20 19:27:34 -05:00
parent c4fa6a28db
commit e01a79aca7
4 changed files with 30 additions and 5 deletions

View File

@@ -1536,6 +1536,7 @@ namespace MediaBrowser.Controller.Entities
image.Path = file.FullName;
image.DateModified = imageInfo.DateModified;
image.IsPlaceholder = false;
}
}

View File

@@ -24,6 +24,12 @@ namespace MediaBrowser.Controller.Entities
/// <value>The date modified.</value>
public DateTime DateModified { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is placeholder.
/// </summary>
/// <value><c>true</c> if this instance is placeholder; otherwise, <c>false</c>.</value>
public bool IsPlaceholder { get; set; }
[IgnoreDataMember]
public bool IsLocalFile
{