From d707e969fa51363183853162440bdea7c403ef5e Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Sat, 5 Jan 2019 00:29:00 +0100 Subject: [PATCH] Added some todos --- MediaBrowser.Api/PluginService.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MediaBrowser.Api/PluginService.cs b/MediaBrowser.Api/PluginService.cs index 477f916dea..de872f8b69 100644 --- a/MediaBrowser.Api/PluginService.cs +++ b/MediaBrowser.Api/PluginService.cs @@ -75,7 +75,8 @@ namespace MediaBrowser.Api /// The request stream. public Stream RequestStream { get; set; } } - + + //TODO cvium delete this [Route("/Registrations/{Name}", "GET", Summary = "Gets registration status for a feature", IsHidden = true)] [Authenticated] public class GetRegistration : IReturn @@ -84,6 +85,7 @@ namespace MediaBrowser.Api public string Name { get; set; } } + //TODO cvium delete this public class RegistrationInfo { public string Name { get; set; } @@ -125,7 +127,7 @@ namespace MediaBrowser.Api _jsonSerializer = jsonSerializer; } - + //TODO cvium delete this public async Task Get(GetRegistration request) { var info = new RegistrationInfo