mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
update subtitle quotes
This commit is contained in:
parent
1f1f7642c3
commit
70af708741
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue