From ad8855d447f78004d691775c23377bb3d74a12b2 Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Sun, 24 Feb 2013 13:02:20 -0500 Subject: [PATCH 1/2] Update PluginSecurity.dll Didn't want to change the interface so just implemented internally --- MediaBrowser.Controller/Plugins/PluginSecurityManager.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MediaBrowser.Controller/Plugins/PluginSecurityManager.cs b/MediaBrowser.Controller/Plugins/PluginSecurityManager.cs index bac7c61357..9accef6219 100644 --- a/MediaBrowser.Controller/Plugins/PluginSecurityManager.cs +++ b/MediaBrowser.Controller/Plugins/PluginSecurityManager.cs @@ -75,7 +75,6 @@ namespace MediaBrowser.Controller.Plugins /// Task{MBRegistrationRecord}. public async Task GetRegistrationStatus(string feature, string mb2Equivalent = null) { - // Update this method to add _networkManager as a param. return await MBRegistration.GetRegistrationStatus(feature, mb2Equivalent).ConfigureAwait(false); } From e20e261cfbb99e4eb506db796dbbc5e02d4886e8 Mon Sep 17 00:00:00 2001 From: ScottIsAFool Date: Sun, 24 Feb 2013 19:37:25 +0000 Subject: [PATCH 2/2] Fixed the protobuf package not being pulled in as a dependency --- Nuget/MediaBrowser.ApiClient.nuspec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Nuget/MediaBrowser.ApiClient.nuspec b/Nuget/MediaBrowser.ApiClient.nuspec index 4a0f00b0e3..bcb9a7d07b 100644 --- a/Nuget/MediaBrowser.ApiClient.nuspec +++ b/Nuget/MediaBrowser.ApiClient.nuspec @@ -8,18 +8,17 @@ scottisafool,Luke false ApiClient allows .NET clients to easily access the Media Browser 3 web API - Copyright © 2013 + Copyright © Media Browser 2013 - - - + +