Adding missing file to previous local trailer checkin

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti 2012-08-19 20:14:34 -04:00
parent bbc88549ab
commit 211ef34249

View File

@ -77,7 +77,7 @@ namespace MediaBrowser.Model.DTO
public Guid? ParentBackdropItemId { get; set; }
public int? ParentBackdropCount { get; set; }
public IEnumerable<Video> LocalTrailers { get; set; }
public IEnumerable<DTOBaseItem> LocalTrailers { get; set; }
public int LocalTrailerCount { get; set; }
/// <summary>