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