mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Merge remote-tracking branch 'origin/dynamic-jobs'
This commit is contained in:
commit
db585b3bd7
52 changed files with 292 additions and 208 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue