1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

rebase cleanup.

This commit is contained in:
kay.one
2013-03-24 21:46:51 -07:00
parent 6dd56114e3
commit 971053f8a2
11 changed files with 7 additions and 36 deletions
+1 -1
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);
}