Subtitle Path (#72)

This commit is contained in:
Luke Pulverenti 2013-04-03 23:57:28 -04:00
parent 5ca339c055
commit 6dd22c8207

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