mirror of https://github.com/lidarr/Lidarr
Fixed: Trigger search when new album added via import list
This commit is contained in:
parent
12d6b5ee9a
commit
5ddac7a679
|
@ -210,6 +210,10 @@ namespace NzbDrone.Core.ImportLists
|
||||||
Monitor = monitored ? MonitorTypes.All : MonitorTypes.None
|
Monitor = monitored ? MonitorTypes.All : MonitorTypes.None
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
AddOptions = new AddAlbumOptions
|
||||||
|
{
|
||||||
|
SearchForNewAlbum = monitored
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (importList.ShouldMonitor == ImportListMonitorType.SpecificAlbum)
|
if (importList.ShouldMonitor == ImportListMonitorType.SpecificAlbum)
|
||||||
|
|
Loading…
Reference in New Issue