mirror of
https://github.com/Radarr/Radarr
synced 2025-01-19 14:11:40 +00:00
Correct Program Name (#1524)
This commit is contained in:
parent
b19fbcbb71
commit
41d3f6d7ea
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public List<ImportResult> ProcessPath(string path, ImportMode importMode = Impor
|
||||||
return ProcessFile(fileInfo, importMode, series, downloadClientItem);
|
return ProcessFile(fileInfo, importMode, series, downloadClientItem);
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.Error("Import failed, path does not exist or is not accessible by Sonarr: {0}", path);
|
_logger.Error("Import failed, path does not exist or is not accessible by Radarr: {0}", path);
|
||||||
return new List<ImportResult>();
|
return new List<ImportResult>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue