diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-16 01:52:33 -0400 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-16 01:52:33 -0400 |
| commit | 4d083b618dab11f3f2e6f54c149592de2fc16562 (patch) | |
| tree | 3ba890802c3d578103f7509e7fcd9c2929421234 /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | 656a9ddaecc0888613b57de48d60102b19707ec6 (diff) | |
restored request logging
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 9d1df4ccb..73f2243f2 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -98,7 +98,7 @@ namespace MediaBrowser.Api.Library /// <summary> /// Class LibraryService /// </summary> - public class LibraryService : BaseRestService + public class LibraryService : BaseApiService { /// <summary> /// The _app host |
