mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
improve queries from scheduled tasks
This commit is contained in:
@@ -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[] { },
|
||||
|
||||
Reference in New Issue
Block a user