change newline value

This commit is contained in:
Luis Miguel Almánzar
2014-08-24 18:02:47 -04:00
parent d92936187d
commit 0cb3c39636
5 changed files with 5 additions and 5 deletions

View File

@@ -147,7 +147,7 @@ namespace MediaBrowser.MediaEncoding.Subtitles
public static string GetFormattedText(string text)
{
text = text.Replace("\\N", Environment.NewLine).Replace("\\n", Environment.NewLine);
text = text.Replace("\\n", Environment.NewLine).Replace("\\n", Environment.NewLine);
bool italic = false;
for (int i = 0; i < 10; i++) // just look ten times...