Rename to books

This commit is contained in:
Bogdan 2024-01-09 03:32:05 +02:00
parent 073342ef39
commit 9942457ffc

View file

@ -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;
}