Fix for downloads and removing of library source (#136)

* fix: downloads and removing library source

* fix: linting
This commit is contained in:
DecDuck
2025-07-14 15:34:10 +10:00
committed by GitHub
parent 51390e115f
commit 935ff48b15
3 changed files with 6 additions and 5 deletions

View File

@@ -217,8 +217,6 @@ const searchQuery = ref("");
const libraryState = await $dropFetch("/api/v1/admin/library");
console.log(Object.values(libraryState.unimportedGames));
const toImport = ref(
Object.values(libraryState.unimportedGames).flat().length > 0,
);