diff options
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 0599b45d5..290073652 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -37,6 +37,7 @@ namespace MediaBrowser.Api.Library } [Route("/Videos/{Id}/Subtitles/{Index}", "GET")] + [Route("/Videos/{Id}/Subtitles/{Index}/stream.srt", "GET")] [Api(Description = "Gets an external subtitle file")] public class GetSubtitle { |
