restored request logging

This commit is contained in:
LukePulverenti
2013-03-16 01:52:33 -04:00
parent 656a9ddaec
commit 4d083b618d
28 changed files with 260 additions and 59 deletions

View File

@@ -104,7 +104,7 @@ namespace MediaBrowser.Api
/// <summary>
/// Class PackageService
/// </summary>
public class PackageService : BaseRestService
public class PackageService : BaseApiService
{
private readonly IInstallationManager _installationManager;
private readonly IApplicationHost _appHost;