aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/SwaggerService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-26 02:01:42 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-26 02:01:42 -0400
commit4b51233cc8faeea344661a2a3427579e534d8ea4 (patch)
tree677a8e2e8ba58791e866333f2d2acabe3e7e3f8a /MediaBrowser.Server.Implementations/HttpServer/SwaggerService.cs
parenteb669782076450c9448289c64387a8e0858fb70b (diff)
update plugin interfaces
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/SwaggerService.cs')
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/SwaggerService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/SwaggerService.cs b/MediaBrowser.Server.Implementations/HttpServer/SwaggerService.cs
index 7d4d0a968..54ee5fbb2 100644
--- a/MediaBrowser.Server.Implementations/HttpServer/SwaggerService.cs
+++ b/MediaBrowser.Server.Implementations/HttpServer/SwaggerService.cs
@@ -5,7 +5,7 @@ using MediaBrowser.Model.Services;
namespace MediaBrowser.Server.Implementations.HttpServer
{
- public class SwaggerService : IHasResultFactory, IRestfulService
+ public class SwaggerService : IHasResultFactory, IService
{
private readonly IServerApplicationPaths _appPaths;