diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2026-08-22 07:43:48 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2026-08-22 07:43:48 +0200 |
| commit | 8e8cf5702571c1d34ee475792c672727e9fecf82 (patch) | |
| tree | dbbb9ba3a20b297dccee9b1557d42b9f7fb48af1 /MediaBrowser.Model/Dlna/TranscodingProfile.cs | |
| parent | 9fa0533506d299537b2295183115b8c1f15b2fa0 (diff) | |
Mark breakOnNonKeyFrames as XMLIgnore
Diffstat (limited to 'MediaBrowser.Model/Dlna/TranscodingProfile.cs')
| -rw-r--r-- | MediaBrowser.Model/Dlna/TranscodingProfile.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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. /// </summary> [DefaultValue(false)] + [XmlIgnore] [XmlAttribute("breakOnNonKeyFrames")] [Obsolete("This is always false")] public bool? BreakOnNonKeyFrames { get; set; } |
