mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
fixed some broken tests.
This commit is contained in:
parent
c1960525d7
commit
ba4950ea8f
32 changed files with 153 additions and 162 deletions
|
@ -19,7 +19,7 @@ namespace NzbDrone.Core.Indexers
|
|||
|
||||
public Indexer Find(Type type)
|
||||
{
|
||||
return Queryable().Single(i => i.Type == type.ToString());
|
||||
return Query.Single(i => i.Type == type.ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue