Removed automatically getting list of DLCs when selecting DLL file and looking for AppID

This commit is contained in:
Jeddunk 2021-02-14 15:08:12 +01:00
parent 8ade832b42
commit 3c736674ac

View File

@ -270,7 +270,7 @@ namespace auto_creamapi.ViewModels
var s = index > -1 ? strings[index] : null; var s = index > -1 ? strings[index] : null;
if (s != null) GameName = s; if (s != null) GameName = s;
await Search().ConfigureAwait(false); await Search().ConfigureAwait(false);
await GetListOfDlc().ConfigureAwait(false); // await GetListOfDlc().ConfigureAwait(false);
} }
Status = "Ready."; Status = "Ready.";
@ -306,7 +306,7 @@ namespace auto_creamapi.ViewModels
} }
} }
await GetListOfDlc().ConfigureAwait(false); // await GetListOfDlc().ConfigureAwait(false);
} }
else else
{ {