diff options
Diffstat (limited to 'Emby.Server.Implementations/Services/SwaggerService.cs')
| -rw-r--r-- | Emby.Server.Implementations/Services/SwaggerService.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/Services/SwaggerService.cs b/Emby.Server.Implementations/Services/SwaggerService.cs index d684dce5d..63cbb78dd 100644 --- a/Emby.Server.Implementations/Services/SwaggerService.cs +++ b/Emby.Server.Implementations/Services/SwaggerService.cs @@ -193,13 +193,11 @@ namespace Emby.Server.Implementations.Services summary = info.Summary, produces = new[] { - "application/json", - "application/xml" + "application/json" }, consumes = new[] { - "application/json", - "application/xml" + "application/json" }, operationId = info.RequestType.Name, tags = new string[] { }, |
