mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Converted jobs to dynamic
This commit is contained in:
@@ -7,7 +7,6 @@ namespace NzbDrone.Web.Models
|
||||
public class JobQueueItemModel
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public int TargetId { get; set; }
|
||||
public int SecondaryTargetId { get; set; }
|
||||
public dynamic Options { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user