version importing

This commit is contained in:
DecDuck
2024-10-11 17:16:26 +11:00
parent 37a138aeed
commit fd39b3453a
19 changed files with 587 additions and 113 deletions
+1 -3
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);