sync model

This commit is contained in:
Luke Pulverenti
2015-12-27 00:47:02 -05:00
parent 575751dbb0
commit 0cbc9c7900
2 changed files with 9 additions and 3 deletions

View File

@@ -233,8 +233,5 @@ namespace MediaBrowser.Model.Entities
/// </summary>
/// <value><c>null</c> if [is cabac] contains no value, <c>true</c> if [is cabac]; otherwise, <c>false</c>.</value>
public bool? IsCabac { get; set; }
[IgnoreDataMember]
public List<int> KeyFrames { get; set; }
}
}