update trailers

This commit is contained in:
Luke Pulverenti
2016-03-19 23:38:02 -04:00
parent bcda2a8f0e
commit 9b1cad3ce0
3 changed files with 27 additions and 140 deletions

View File

@@ -35,6 +35,12 @@ namespace MediaBrowser.Controller.Entities
public List<string> Keywords { get; set; }
[IgnoreDataMember]
public bool IsLocalTrailer
{
get { return TrailerTypes.Contains(TrailerType.LocalTrailer); }
}
/// <summary>
/// Gets or sets the taglines.
/// </summary>