From 3c736674acff48559f6f2941c861ea4ad939739e Mon Sep 17 00:00:00 2001 From: Jeddunk Date: Sun, 14 Feb 2021 15:08:12 +0100 Subject: [PATCH] Removed automatically getting list of DLCs when selecting DLL file and looking for AppID --- auto-creamapi/ViewModels/MainViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto-creamapi/ViewModels/MainViewModel.cs b/auto-creamapi/ViewModels/MainViewModel.cs index ac04a89..2d5e9d6 100644 --- a/auto-creamapi/ViewModels/MainViewModel.cs +++ b/auto-creamapi/ViewModels/MainViewModel.cs @@ -270,7 +270,7 @@ namespace auto_creamapi.ViewModels var s = index > -1 ? strings[index] : null; if (s != null) GameName = s; await Search().ConfigureAwait(false); - await GetListOfDlc().ConfigureAwait(false); + // await GetListOfDlc().ConfigureAwait(false); } Status = "Ready."; @@ -306,7 +306,7 @@ namespace auto_creamapi.ViewModels } } - await GetListOfDlc().ConfigureAwait(false); + // await GetListOfDlc().ConfigureAwait(false); } else {