Explorar el Código

Removed trailers ignore from serialization

LukePulverenti Luke Pulverenti luke pulverenti hace 13 años
padre
commit
1cc2b7c2cc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      MediaBrowser.Model/Entities/BaseItem.cs

+ 0 - 1
MediaBrowser.Model/Entities/BaseItem.cs

@@ -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; }