diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-09 23:22:52 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-09 23:22:52 -0400 |
| commit | ce0435a66d98be8519a0c6e438674caf3badc076 (patch) | |
| tree | 145c035beee7017e7df4890abd54f45af9993fff /MediaBrowser.Api/Playback/Progressive/VideoService.cs | |
| parent | 38ff6565c68f7bec245ab84a324c6ea2e690abb1 (diff) | |
add movie resolver fix
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/VideoService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Progressive/VideoService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/VideoService.cs b/MediaBrowser.Api/Playback/Progressive/VideoService.cs index 84ae26248..1dfb43387 100644 --- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs +++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs @@ -17,6 +17,7 @@ namespace MediaBrowser.Api.Playback.Progressive /// <summary> /// Class GetVideoStream /// </summary> + [Route("/Videos/{Id}/stream.mpegts", "GET")] [Route("/Videos/{Id}/stream.ts", "GET")] [Route("/Videos/{Id}/stream.webm", "GET")] [Route("/Videos/{Id}/stream.asf", "GET")] |
