From 5ddac7a679f1c9c58872f98c5708e1e10adee228 Mon Sep 17 00:00:00 2001 From: ta264 Date: Tue, 25 Aug 2020 21:16:44 +0100 Subject: [PATCH] Fixed: Trigger search when new album added via import list --- src/NzbDrone.Core/ImportLists/ImportListSyncService.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs index df6cc847f..87e9cc020 100644 --- a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs +++ b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs @@ -210,6 +210,10 @@ namespace NzbDrone.Core.ImportLists Monitor = monitored ? MonitorTypes.All : MonitorTypes.None } }, + AddOptions = new AddAlbumOptions + { + SearchForNewAlbum = monitored + } }; if (importList.ShouldMonitor == ImportListMonitorType.SpecificAlbum)