1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-15 00:57:36 +02:00

Apply suggestions from code review

This commit is contained in:
Bogdan 2023-07-10 19:44:11 +03:00
parent 0ee94a4624
commit 97ed820575

View File

@ -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;
}
}