From 9a27cbab8c025b5c106e2ecb9dd85060cd90cc87 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 27 Apr 2014 13:54:43 -0400 Subject: added send to user mode --- MediaBrowser.Api/Library/LibraryService.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'MediaBrowser.Api/Library/LibraryService.cs') diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 2b5b27804..15fe4a177 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -37,7 +37,6 @@ 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 { -- cgit v1.2.3