mirror of
https://github.com/Readarr/Readarr
synced 2025-12-26 02:03:11 +01:00
Fixed: Don't enforce minimum on single list fetch
(cherry picked from commit 62354dfac83e36f2d6a8cf24fc96fa25392bc438)
This commit is contained in:
parent
761a6a9136
commit
c34418b984
1 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ public List<ImportListItemInfo> FetchSingleList(ImportListDefinition definition)
|
|||
|
||||
result.AddRange(importListReports);
|
||||
}
|
||||
|
||||
_importListStatusService.UpdateListSyncStatus(importList.Definition.Id);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue