update subtitle quotes

This commit is contained in:
Luke Pulverenti 2015-08-16 12:23:11 -04:00
parent 1f1f7642c3
commit 70af708741

View file

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