mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
New: API Docs
This commit is contained in:
@@ -32,6 +32,7 @@ namespace Sonarr.Api.V3.Queue
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
[Produces("application/json")]
|
||||
public List<QueueResource> GetQueue(int? seriesId, [FromQuery]List<int> episodeIds, bool includeSeries = false, bool includeEpisode = false)
|
||||
{
|
||||
var queue = _queueService.GetQueue();
|
||||
|
||||
Reference in New Issue
Block a user