diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-03 11:24:32 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-03 11:24:32 -0400 |
| commit | d021e20249c85ab96783e1347d95f826a816ff9b (patch) | |
| tree | d91ff481ab6617528c5be71b05496170d7d95d7b /MediaBrowser.Api | |
| parent | 16fd474ad3e7d74cd78779350d2ee0ea7017f627 (diff) | |
improve shortcut performance
Diffstat (limited to 'MediaBrowser.Api')
| -rw-r--r-- | MediaBrowser.Api/Playback/Hls/HlsSegmentService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/HlsSegmentService.cs b/MediaBrowser.Api/Playback/Hls/HlsSegmentService.cs index be7aadec0..e9f7e48b1 100644 --- a/MediaBrowser.Api/Playback/Hls/HlsSegmentService.cs +++ b/MediaBrowser.Api/Playback/Hls/HlsSegmentService.cs @@ -66,7 +66,7 @@ namespace MediaBrowser.Api.Playback.Hls public string PlaylistId { get; set; } } - [Route("/Videos", "DELETE")] + [Route("/Videos/ActiveEncodings", "DELETE")] [Api(Description = "Stops an encoding process")] public class StopEncodingProcess { |
