diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-09 23:47:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-09 23:47:58 -0400 |
| commit | dbf23fbd126a141c5c2cc05215c328d153b8255c (patch) | |
| tree | 051101085376bd10a7c7be29532dcd4ae4e1b60d /Emby.Server.Implementations/Services/SwaggerService.cs | |
| parent | 926d976e84b62fd939811221d92fca45c96c02de (diff) | |
| parent | 9440fdc719880ba9b8a7ecf5991cff98774bf49c (diff) | |
Merge pull request #2875 from MediaBrowser/dev
Dev
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[] { }, |
