mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
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…
x
Reference in New Issue
Block a user