mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Adding missing file to previous local trailer checkin
This commit is contained in:
parent
bbc88549ab
commit
211ef34249
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue