mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-02 21:03:42 +03:00
Merge pull request #17698 from Shadowghost/unbreak-breakOnNonKeyFrames-dlna
Mark breakOnNonKeyFrames as XMLIgnore
This commit is contained in:
@@ -141,6 +141,7 @@ public class TranscodingProfile
|
||||
/// Gets or sets a value indicating whether breaking the video stream on non-keyframes is supported.
|
||||
/// </summary>
|
||||
[DefaultValue(false)]
|
||||
[XmlIgnore]
|
||||
[XmlAttribute("breakOnNonKeyFrames")]
|
||||
[Obsolete("This is always false")]
|
||||
public bool? BreakOnNonKeyFrames { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user