This commit is contained in:
LukePulverenti 2013-02-24 16:54:01 -05:00
commit 5b1eea558a
2 changed files with 3 additions and 5 deletions

View file

@ -75,7 +75,6 @@ namespace MediaBrowser.Controller.Plugins
/// <returns>Task{MBRegistrationRecord}.</returns>
public async Task<MBRegistrationRecord> GetRegistrationStatus(string feature, string mb2Equivalent = null)
{
// Update this method to add _networkManager as a param.
return await MBRegistration.GetRegistrationStatus(feature, mb2Equivalent).ConfigureAwait(false);
}

View file

@ -8,18 +8,17 @@
<owners>scottisafool,Luke</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ApiClient allows .NET clients to easily access the Media Browser 3 web API</description>
<copyright>Copyright © 2013</copyright>
<copyright>Copyright © Media Browser 2013</copyright>
<dependencies>
<group>
<dependency id="protobuf-net" version="2.0.0.621" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="ServiceStack.Text" version="3.9.37" />
<dependency id="protobuf-net" version="2.0.0.621" />
</group>
<group targetFramework=".NETPortable0.0-net45+sl4+wp71+win8">
<dependency id="Newtonsoft.Json" version="4.5.11" />
<dependency id="Microsoft.Bcl.Async" version="1.0.14-rc" />
<dependency id="Microsoft.Net.Http" version="2.1.3-beta" />
<dependency id="protobuf-net" version="2.0.0.621" />
</group>
</dependencies>
</metadata>