mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 18:27:08 -07:00
minor parsing fix
This commit is contained in:
parent
0069b29f88
commit
bb37444a99
2 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ namespace NzbDrone.Core.Download
|
|||
continue;
|
||||
}
|
||||
|
||||
PublishDownloadFailedEvent(historyItems, "Encypted download detected");
|
||||
PublishDownloadFailedEvent(historyItems, "Encrypted download detected");
|
||||
|
||||
if (_configService.RemoveFailedDownloads)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue