mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Subtitle Path (#72)
This commit is contained in:
parent
5ca339c055
commit
6dd22c8207
@ -286,7 +286,7 @@ namespace MediaBrowser.Api.Playback
|
|||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
var param = string.Format(",ass={0}", path.Replace('\\', '/').Replace(":/", "\\:/"));
|
var param = string.Format(",ass='{0}'", path.Replace('\\', '/').Replace(":/", "\\:/"));
|
||||||
|
|
||||||
if (startTimeTicks.HasValue)
|
if (startTimeTicks.HasValue)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user