aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-27 13:54:43 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-27 13:54:43 -0400
commit9a27cbab8c025b5c106e2ecb9dd85060cd90cc87 (patch)
tree73964c9502ca988353429524743715e4ae3e9b20 /MediaBrowser.Api/Library/LibraryService.cs
parentbfe76e2077db3ce07363407a73f4d5f99e7625b7 (diff)
added send to user mode
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs1
1 files changed, 0 insertions, 1 deletions
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
{