version importing

This commit is contained in:
DecDuck
2024-10-11 17:16:26 +11:00
parent a7c33e7d43
commit 46c8f0c48a
19 changed files with 587 additions and 113 deletions

View File

@ -178,8 +178,6 @@
</div>
</div>
</div>
{{ metadataResults }}
</div>
</template>
@ -200,7 +198,7 @@ definePageMeta({
});
const headers = useRequestHeaders(["cookie"]);
const games = await $fetch("/api/v1/admin/library/game/import", { headers });
const games = await $fetch("/api/v1/admin/import/game", { headers });
const currentlySelectedGame = ref(-1);