Update SelectForm.cs

This commit is contained in:
pointfeev 2022-03-03 07:50:05 -05:00
parent a53a9c1efb
commit 82150b8b95

View file

@ -240,7 +240,6 @@ internal partial class SelectForm : CustomForm
if (Directory.Exists(EpicLibrary.EpicAppDataPath))
{
List<Manifest> epicGames = await EpicLibrary.GetGames();
Dictionary<string, List<string>> games = new();
foreach (Manifest manifest in epicGames)
{
string @namespace = manifest.CatalogNamespace;