mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Already is spelled already
This commit is contained in:
parent
807cfebf76
commit
95cd327022
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
|
|||
return Decision.Accept();
|
||||
}
|
||||
|
||||
_logger.Debug("Performing alerady imported check on report");
|
||||
_logger.Debug("Performing already imported check on report");
|
||||
foreach (var episode in subject.Episodes)
|
||||
{
|
||||
if (!episode.HasFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue