mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed: (ImportLists) Removed minimum refresh interval for FetchSingleList
This commit is contained in:
parent
86776e6d2e
commit
63bdae1a75
1 changed files with 0 additions and 8 deletions
|
@ -105,14 +105,6 @@ namespace NzbDrone.Core.ImportLists
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
var importListStatus = _importListStatusService.GetLastSyncListInfo(importList.Definition.Id);
|
|
||||||
|
|
||||||
if (importListStatus.HasValue && DateTime.UtcNow < importListStatus + importList.MinRefreshInterval)
|
|
||||||
{
|
|
||||||
_logger.Trace("Skipping refresh of Import List {0} due to minimum refresh inverval", importList.Definition.Name);
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
var taskList = new List<Task>();
|
var taskList = new List<Task>();
|
||||||
var taskFactory = new TaskFactory(TaskCreationOptions.LongRunning, TaskContinuationOptions.None);
|
var taskFactory = new TaskFactory(TaskCreationOptions.LongRunning, TaskContinuationOptions.None);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue