Formatting
This commit is contained in:
parent
e22e5057df
commit
2cb487621c
1 changed files with 3 additions and 1 deletions
|
|
@ -110,7 +110,9 @@ namespace LANCommander.Launcher.Services
|
|||
|
||||
using (var op = Logger.BeginOperation(LogLevel.Trace, "Loading library items from local database"))
|
||||
{
|
||||
var games = await GameService.Get(x => true).AsNoTracking().ToListAsync();
|
||||
var games = await GameService
|
||||
.Get(x => true)
|
||||
.ToListAsync();
|
||||
|
||||
Filter.Populate(games);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue