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/LibraryStructureService.cs | |
| parent | 656a9ddaecc0888613b57de48d60102b19707ec6 (diff) | |
restored request logging
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryStructureService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryStructureService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Library/LibraryStructureService.cs b/MediaBrowser.Api/Library/LibraryStructureService.cs index 0ae73ed45..072e37e68 100644 --- a/MediaBrowser.Api/Library/LibraryStructureService.cs +++ b/MediaBrowser.Api/Library/LibraryStructureService.cs @@ -129,7 +129,7 @@ namespace MediaBrowser.Api.Library /// <summary> /// Class LibraryStructureService /// </summary> - public class LibraryStructureService : BaseRestService + public class LibraryStructureService : BaseApiService { /// <summary> /// The _app paths |
