From 3bd142f3eac51cfbca72fca46caea0671a53fd5c Mon Sep 17 00:00:00 2001 From: Larsenv Date: Sun, 15 Oct 2023 14:36:24 -0500 Subject: [PATCH] Another await --- src/lib/riitag/cover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/riitag/cover.js b/src/lib/riitag/cover.js index f631114..c76e523 100755 --- a/src/lib/riitag/cover.js +++ b/src/lib/riitag/cover.js @@ -257,7 +257,7 @@ export async function getCover(gameConsole, coverType, gameId, region) { return await downloadCover( gameConsole, coverType, - getGameRegion(gameConsole, gameId), + await getGameRegion(gameConsole, gameId), gameId ); } catch {