Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
378237230f
|
@ -286,7 +286,7 @@ namespace MediaBrowser.Api.Playback
|
|||
return string.Empty;
|
||||
}
|
||||
|
||||
var param = string.Format(",ass={0}", path.Replace('\\', '/').Replace(":/", "\\:/"));
|
||||
var param = string.Format(",ass='{0}'", path.Replace('\\', '/').Replace(":/", "\\:/"));
|
||||
|
||||
if (startTimeTicks.HasValue)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user