From d021e20249c85ab96783e1347d95f826a816ff9b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 3 Oct 2013 11:24:32 -0400 Subject: improve shortcut performance --- MediaBrowser.Api/Playback/Hls/HlsSegmentService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Api') diff --git a/MediaBrowser.Api/Playback/Hls/HlsSegmentService.cs b/MediaBrowser.Api/Playback/Hls/HlsSegmentService.cs index be7aadec09..e9f7e48b19 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 { -- cgit v1.2.3