mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Merge remote-tracking branch 'origin/dynamic-jobs'
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