mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
#72 - Subtitle path
This commit is contained in:
parent
f26ee72829
commit
22a3ed0cd4
@ -286,7 +286,7 @@ namespace MediaBrowser.Api.Playback
|
|||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
var param = string.Format(",ass={0}", path);
|
var param = string.Format(",ass={0}", path.Replace('\\', '/').Replace(":/", "\\:/"));
|
||||||
|
|
||||||
if (startTimeTicks.HasValue)
|
if (startTimeTicks.HasValue)
|
||||||
{
|
{
|
||||||
|
@ -35,7 +35,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
|||||||
[Route("/Videos/{Id}/stream.avi", "HEAD")]
|
[Route("/Videos/{Id}/stream.avi", "HEAD")]
|
||||||
[Route("/Videos/{Id}/stream.m2ts", "HEAD")]
|
[Route("/Videos/{Id}/stream.m2ts", "HEAD")]
|
||||||
[Route("/Videos/{Id}/stream", "HEAD")]
|
[Route("/Videos/{Id}/stream", "HEAD")]
|
||||||
[ServiceStack.ServiceHost.Api(Description = "Gets a video stream")]
|
[Api(Description = "Gets a video stream")]
|
||||||
public class GetVideoStream : VideoStreamRequest
|
public class GetVideoStream : VideoStreamRequest
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user