rebase cleanup.

This commit is contained in:
kay.one 2013-03-24 21:46:51 -07:00
commit 971053f8a2
11 changed files with 7 additions and 36 deletions

View file

@ -27,7 +27,7 @@ namespace NzbDrone.Core.Jobs
public JobDefinition GetDefinition(Type type)
{
return Queryable().Single(c => c.TypeName == type.FullName);
return Queryable().Single(c => c.Type == type.FullName);
}