improve shortcut performance

This commit is contained in:
Luke Pulverenti
2013-10-03 11:24:32 -04:00
parent 16fd474ad3
commit d021e20249
3 changed files with 38 additions and 18 deletions

View File

@@ -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
{