Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/38ce17fc5309c996f94655ed2ccd40646ba0767f You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Trigger search when new book added via import list

pull/422/head
ta264 5 years ago
parent 0d8e36ca33
commit 38ce17fc53

@ -229,6 +229,10 @@ namespace NzbDrone.Core.ImportLists
Monitor = monitored ? MonitorTypes.All : MonitorTypes.None
}
},
AddOptions = new AddBookOptions
{
SearchForNewBook = monitored
}
};
if (importList.ShouldMonitor == ImportListMonitorType.SpecificBook)

Loading…
Cancel
Save