aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Services
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-09 23:18:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-09 23:18:23 -0400
commitfe10df693551ded214adc49cbbe4d5ad00de66fb (patch)
tree6f0b9a5708958542fc4d75b31e63ccfdc4d2de29 /Emby.Server.Implementations/Services
parenta46f81d5726204085e4d0a4b883d7bdd69de9b94 (diff)
improve queries from scheduled tasks
Diffstat (limited to 'Emby.Server.Implementations/Services')
-rw-r--r--Emby.Server.Implementations/Services/SwaggerService.cs6
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[] { },