mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04: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