Merge pull request #17698 from Shadowghost/unbreak-breakOnNonKeyFrames-dlna

Mark breakOnNonKeyFrames as XMLIgnore
This commit is contained in:
Cody Robibero
2026-08-22 08:50:00 -04:00
committed by GitHub
@@ -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; }