diff options
Diffstat (limited to 'MediaBrowser.Api/Library')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 2 | ||||
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryStructureService.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 9d1df4ccba..73f2243f2e 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 diff --git a/MediaBrowser.Api/Library/LibraryStructureService.cs b/MediaBrowser.Api/Library/LibraryStructureService.cs index 0ae73ed457..072e37e683 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 |
