Minor fix for last commit

This commit is contained in:
Nikolaj Olsson 2020-09-21 12:41:16 +02:00
parent d494f7d04a
commit 46d40076a9

View File

@ -800,7 +800,7 @@ namespace Nikse.SubtitleEdit.Core.Forms
lineNumber++;
}
if (st.Post.StartsWith('♪') || st.Post.StartsWith('♫') && text.Contains(" " + st.Post))
if (st.Post.StartsWith('♪') || st.Post.StartsWith('♫'))
{
st.Post = " " + st.Post;
}