mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Removed trailers ignore from serialization
This commit is contained in:
parent
10551b6804
commit
1cc2b7c2cc
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ namespace MediaBrowser.Model.Entities
|
|||
/// </summary>
|
||||
public int? IndexNumber { get; set; }
|
||||
|
||||
[IgnoreDataMember]
|
||||
public IEnumerable<Video> LocalTrailers { get; set; }
|
||||
|
||||
public string TrailerUrl { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue