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