mirror of
https://github.com/Readarr/Readarr
synced 2026-02-23 15:16:54 +01:00
Rename to books
This commit is contained in:
parent
073342ef39
commit
9942457ffc
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public void Handle(DownloadFailedEvent message)
|
|||
|
||||
if (message.ReleaseSource == ReleaseSourceType.InteractiveSearch && !_configService.AutoRedownloadFailedFromInteractiveSearch)
|
||||
{
|
||||
_logger.Debug("Auto redownloading failed albumbs from interactive search is disabled");
|
||||
_logger.Debug("Auto redownloading failed books from interactive search is disabled");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue