mirror of
https://github.com/Radarr/Radarr
synced 2026-04-18 09:42:19 +02:00
Fix build removing trailing spaces
This commit is contained in:
parent
0eddf76622
commit
7dde88387a
1 changed files with 2 additions and 2 deletions
|
|
@ -73,11 +73,11 @@ 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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
_logger.ProgressInfo("Syncing Movies for Import List [{0}]: {1}", importList.Name, importListLocal.Definition.Name);
|
||||
|
||||
var blockedLists = _importListStatusService.GetBlockedProviders().ToDictionary(v => v.ProviderId, v => v);
|
||||
|
|
|
|||
Loading…
Reference in a new issue