From 8e8cf5702571c1d34ee475792c672727e9fecf82 Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sat, 22 Aug 2026 07:43:48 +0200 Subject: Mark breakOnNonKeyFrames as XMLIgnore --- MediaBrowser.Model/Dlna/TranscodingProfile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MediaBrowser.Model/Dlna/TranscodingProfile.cs b/MediaBrowser.Model/Dlna/TranscodingProfile.cs index f49b24976a..b5adee173b 100644 --- a/MediaBrowser.Model/Dlna/TranscodingProfile.cs +++ b/MediaBrowser.Model/Dlna/TranscodingProfile.cs @@ -141,6 +141,7 @@ public class TranscodingProfile /// Gets or sets a value indicating whether breaking the video stream on non-keyframes is supported. /// [DefaultValue(false)] + [XmlIgnore] [XmlAttribute("breakOnNonKeyFrames")] [Obsolete("This is always false")] public bool? BreakOnNonKeyFrames { get; set; } -- cgit v1.2.3