mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Adding missing file to previous local trailer checkin
This commit is contained in:
parent
bbc88549ab
commit
211ef34249
@ -77,7 +77,7 @@ namespace MediaBrowser.Model.DTO
|
|||||||
public Guid? ParentBackdropItemId { get; set; }
|
public Guid? ParentBackdropItemId { get; set; }
|
||||||
public int? ParentBackdropCount { get; set; }
|
public int? ParentBackdropCount { get; set; }
|
||||||
|
|
||||||
public IEnumerable<Video> LocalTrailers { get; set; }
|
public IEnumerable<DTOBaseItem> LocalTrailers { get; set; }
|
||||||
public int LocalTrailerCount { get; set; }
|
public int LocalTrailerCount { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user