1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 13:34:54 +00:00

Fix typo in albums

This commit is contained in:
Bogdan 2024-01-09 03:32:44 +02:00
parent a986460dc2
commit c98131905c

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 albums from interactive search is disabled");
return;
}