mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 15:47:09 -07:00
Fixed: Significantly improved api performance.
This commit is contained in:
parent
ff6737314f
commit
a2536deef0
118 changed files with 2195 additions and 1019 deletions
|
@ -24,7 +24,7 @@ namespace NzbDrone.Api.Queue
|
|||
|
||||
private List<QueueResource> GetQueue()
|
||||
{
|
||||
return ToListResource(GetQueueItems);
|
||||
return GetQueueItems().ToResource();
|
||||
}
|
||||
|
||||
private IEnumerable<Core.Queue.Queue> GetQueueItems()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue