refactor: Converting useGame to DownloadableMetadata

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-06-05 12:59:45 +10:00
parent beea0505d1
commit 9b68ebc910
11 changed files with 144 additions and 114 deletions

View File

@ -471,6 +471,7 @@ const router = useRouter();
const id = route.params.id.toString();
const { game: rawGame, status } = await useGame(id);
console.log("status: ", status);
const game = ref(rawGame);
const remoteUrl: string = await invoke("gen_drop_url", {