mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
Minor fix for last commit
This commit is contained in:
parent
d494f7d04a
commit
46d40076a9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user