mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fix typo in albums
This commit is contained in:
parent
a986460dc2
commit
c98131905c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace NzbDrone.Core.Download
|
||||||
|
|
||||||
if (message.ReleaseSource == ReleaseSourceType.InteractiveSearch && !_configService.AutoRedownloadFailedFromInteractiveSearch)
|
if (message.ReleaseSource == ReleaseSourceType.InteractiveSearch && !_configService.AutoRedownloadFailedFromInteractiveSearch)
|
||||||
{
|
{
|
||||||
_logger.Debug("Auto redownloading failed albumbs from interactive search is disabled");
|
_logger.Debug("Auto redownloading failed albums from interactive search is disabled");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue