diff --git a/src/Logic/Subtitle.cs b/src/Logic/Subtitle.cs index 0a5ff48ba..93dfa5996 100644 --- a/src/Logic/Subtitle.cs +++ b/src/Logic/Subtitle.cs @@ -62,6 +62,8 @@ namespace Nikse.SubtitleEdit.Logic _paragraphs.Add(new Paragraph(p)); } _wasLoadedWithFrameNumbers = subtitle.WasLoadedWithFrameNumbers; + Header = subtitle.Header; + Footer = subtitle.Footer; } public List Paragraphs