mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: Faster artist endpoint (#874)
* Fixed: Speed up AllArtist API endpoint * New: Display UI before artists have loaded * Add test of new repository methods
This commit is contained in:
@@ -58,7 +58,7 @@ namespace NzbDrone.Core.Datastore
|
||||
|
||||
public IEnumerable<TModel> All()
|
||||
{
|
||||
return DataMapper.Query<TModel>().ToList();
|
||||
return Query.ToList();
|
||||
}
|
||||
|
||||
public int Count()
|
||||
|
||||
Reference in New Issue
Block a user