aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-03 11:24:32 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-03 11:24:32 -0400
commitd021e20249c85ab96783e1347d95f826a816ff9b (patch)
treed91ff481ab6617528c5be71b05496170d7d95d7b /MediaBrowser.Api
parent16fd474ad3e7d74cd78779350d2ee0ea7017f627 (diff)
improve shortcut performance
Diffstat (limited to 'MediaBrowser.Api')
-rw-r--r--MediaBrowser.Api/Playback/Hls/HlsSegmentService.cs2
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
{