mirror of https://github.com/Radarr/Radarr
Apply suggestions from code review
This commit is contained in:
parent
0ee94a4624
commit
97ed820575
|
@ -75,6 +75,8 @@ namespace NzbDrone.Core.ImportLists
|
|||
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 New Issue