mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
rebase cleanup.
This commit is contained in:
parent
6dd56114e3
commit
971053f8a2
11 changed files with 7 additions and 36 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue