mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
fixed some broken tests.
This commit is contained in:
parent
c1960525d7
commit
ba4950ea8f
32 changed files with 153 additions and 162 deletions
|
@ -20,7 +20,7 @@ namespace NzbDrone.Core.Configuration
|
|||
|
||||
public Config Get(string key)
|
||||
{
|
||||
return Queryable().SingleOrDefault(c => c.Key == key);
|
||||
return Query.SingleOrDefault(c => c.Key == key);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue