mirror of
https://github.com/Readarr/Readarr
synced 2025-12-14 20:36:18 +01:00
Revert "Fixed: Don't enforce minimum on single list fetch"
This reverts commit c34418b984.
This commit is contained in:
parent
96aeb022ab
commit
508b2d7c8d
1 changed files with 0 additions and 2 deletions
|
|
@ -107,8 +107,6 @@ public List<ImportListItemInfo> FetchSingleList(ImportListDefinition definition)
|
|||
|
||||
result.AddRange(importListReports);
|
||||
}
|
||||
|
||||
_importListStatusService.UpdateListSyncStatus(importList.Definition.Id);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue