mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 19:14:56 +01:00
change newline value
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user