mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-05 00:05:47 +00:00
Fixed: Trigger search when new book added via import list
This commit is contained in:
@@ -229,6 +229,10 @@ namespace NzbDrone.Core.ImportLists
|
||||
Monitor = monitored ? MonitorTypes.All : MonitorTypes.None
|
||||
}
|
||||
},
|
||||
AddOptions = new AddBookOptions
|
||||
{
|
||||
SearchForNewBook = monitored
|
||||
}
|
||||
};
|
||||
|
||||
if (importList.ShouldMonitor == ImportListMonitorType.SpecificBook)
|
||||
|
||||
Reference in New Issue
Block a user