mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Trigger search when new album added via import list
This commit is contained in:
parent
12d6b5ee9a
commit
5ddac7a679
1 changed files with 4 additions and 0 deletions
|
@ -210,6 +210,10 @@ namespace NzbDrone.Core.ImportLists
|
|||
Monitor = monitored ? MonitorTypes.All : MonitorTypes.None
|
||||
}
|
||||
},
|
||||
AddOptions = new AddAlbumOptions
|
||||
{
|
||||
SearchForNewAlbum = monitored
|
||||
}
|
||||
};
|
||||
|
||||
if (importList.ShouldMonitor == ImportListMonitorType.SpecificAlbum)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue