mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
rebase cleanup.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user