mirror of
https://github.com/Radarr/Radarr
synced 2026-02-16 19:53:52 +01:00
Apply suggestions from code review
This commit is contained in:
parent
0ee94a4624
commit
97ed820575
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ public ImportListFetchResult Fetch()
|
|||
if (DateTime.UtcNow < importListNextSync)
|
||||
{
|
||||
_logger.Trace("Skipping refresh of Import List [{0}]: {1} due to minimum refresh interval. Next Sync at {2}", importList.Name, importListLocal.Definition.Name, importListNextSync);
|
||||
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue