mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Add some API attributes
This commit is contained in:
parent
1d034d8099
commit
d400685cd1
24 changed files with 46 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue