Fixed: Don't enforce minimum on single list fetch

(cherry picked from commit 62354dfac83e36f2d6a8cf24fc96fa25392bc438)
pull/2436/head
Qstick 2 years ago committed by Bogdan
parent 761a6a9136
commit c34418b984

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

Loading…
Cancel
Save