diff options
Diffstat (limited to 'MediaBrowser.Api/PluginService.cs')
| -rw-r--r-- | MediaBrowser.Api/PluginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/PluginService.cs b/MediaBrowser.Api/PluginService.cs index 3f4146020..074d51b44 100644 --- a/MediaBrowser.Api/PluginService.cs +++ b/MediaBrowser.Api/PluginService.cs @@ -126,7 +126,7 @@ namespace MediaBrowser.Api /// <summary> /// Class PluginsService /// </summary> - public class PluginService : BaseRestService + public class PluginService : BaseApiService { /// <summary> /// The _json serializer |
