From 8df1ebe49967ed96b85076bf4dbfbf761fb5268d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 13 Apr 2014 13:27:13 -0400 Subject: add new mirror mode --- MediaBrowser.Api/Library/LibraryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Api/Library/LibraryService.cs') diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 6667ba25c..967bc1fba 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -36,7 +36,7 @@ namespace MediaBrowser.Api.Library public string Id { get; set; } } - [Route("/Videos/{Id}/Subtitle/{Index}", "GET")] + [Route("/Videos/{Id}/Subtitles/{Index}", "GET")] [Api(Description = "Gets an external subtitle file")] public class GetSubtitle { -- cgit v1.2.3