This commit is contained in:
Techywarrior 2013-04-03 21:22:22 -07:00
commit 378237230f

View File

@ -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)
{