Fixed dynamic jobs with single property

This commit is contained in:
Mark McDowall 2012-10-19 21:36:47 -07:00
commit 887456b337
5 changed files with 9 additions and 9 deletions

View file

@ -199,7 +199,7 @@ namespace NzbDrone.Core.Providers
}
else
{
notification.CurrentMessage = String.Format("Sorry, couldn't find you {0} in any of indexers.", episode);
notification.CurrentMessage = String.Format("Sorry, couldn't find {0} in any of indexers.", episode);
}
return false;