diff options
| author | Cody Robibero <cody@robibe.ro> | 2026-08-22 08:50:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-22 08:50:00 -0400 |
| commit | 682c45090cf8c9438840bc55933992b115ed6746 (patch) | |
| tree | 736b9cf03cf95926ece967e9bb3a5f666260ae2c | |
| parent | b2ba726635e427a896ddbf96753cac3b2076c483 (diff) | |
| parent | 8e8cf5702571c1d34ee475792c672727e9fecf82 (diff) | |
Merge pull request #17698 from Shadowghost/unbreak-breakOnNonKeyFrames-dlna
Mark breakOnNonKeyFrames as XMLIgnore
| -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; } |
