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 {