Add some API attributes

This commit is contained in:
Qstick 2023-05-29 21:52:20 -05:00
parent 1d034d8099
commit d400685cd1
24 changed files with 46 additions and 1 deletions

View file

@ -32,6 +32,7 @@ namespace Lidarr.Api.V1.Queue
}
[HttpGet]
[Produces("application/json")]
public List<QueueResource> GetQueue(int? artistId, [FromQuery]List<int> albumIds, bool includeArtist = false, bool includeAlbum = true)
{
var queue = _queueService.GetQueue();