update subtitle quotes

pull/702/head
Luke Pulverenti 9 years ago
parent 1f1f7642c3
commit 70af708741

@ -767,7 +767,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
public string EscapeSubtitleFilterPath(string path)
{
return path.Replace('\\', '/').Replace(":/", "\\:/").Replace("'", "'\\\\\\'");
return path.Replace('\\', '/').Replace(":/", "\\:/").Replace("'", "'\\\\\\''");
}
/// <summary>

Loading…
Cancel
Save