Skip to content

Commit

Permalink
Fix typo in albums
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jan 9, 2024
1 parent a986460 commit c981319
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
}

Expand Down

0 comments on commit c981319

Please sign in to comment.