Fixed: Don't enforce minimum on single list fetch

(cherry picked from commit 62354dfac83e36f2d6a8cf24fc96fa25392bc438)
pull/3766/head
Qstick 1 year ago committed by Bogdan
parent 444a801053
commit 69c7d526bc

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

Loading…
Cancel
Save