Fixed: Don't enforce minimum on single list fetch

(cherry picked from commit 62354dfac83e36f2d6a8cf24fc96fa25392bc438)
pull/3232/head
Qstick 1 year ago committed by servarr
parent a0409af8ea
commit 097fa3ca5b

@ -107,6 +107,8 @@ namespace NzbDrone.Core.ImportLists
result.AddRange(importListReports);
}
_importListStatusService.UpdateListSyncStatus(importList.Definition.Id);
}
catch (Exception e)
{

Loading…
Cancel
Save