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