update subtitle quotes
This commit is contained in:
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…
Reference in New Issue
Block a user