Merge branch 'main' into feat/custom-achievement-sound

This commit is contained in:
Moyase
2025-11-09 04:14:31 +02:00
committed by GitHub
2 changed files with 20 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ export const requestSteam250 = async (path: string) => {
if (!steamGameUrl) return null;
return {
title: $title.textContent,
title: $title.getAttribute("data-title") || "",
objectId: steamGameUrl.split("/").pop(),
} as Steam250Game;
})