mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
update keyframe setting
This commit is contained in:
@@ -209,8 +209,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public bool EnableWindowsShortcuts { get; set; }
|
||||
|
||||
public bool EnableVideoFrameByFrameAnalysis { get; set; }
|
||||
|
||||
public bool EnableDateLastRefresh { get; set; }
|
||||
|
||||
public string[] Migrations { get; set; }
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user