mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Converted jobs to dynamic
This commit is contained in:
@@ -41,8 +41,7 @@ namespace NzbDrone.Web.Controllers
|
||||
var queue = _jobProvider.Queue.Select(c => new JobQueueItemModel
|
||||
{
|
||||
Name = c.JobType.Name,
|
||||
TargetId = c.TargetId,
|
||||
SecondaryTargetId = c.SecondaryTargetId
|
||||
Options = c.Options
|
||||
});
|
||||
|
||||
var serializedQueue = new JavaScriptSerializer().Serialize(queue);
|
||||
|
Reference in New Issue
Block a user