mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
Fix for downloads and removing of library source (#136)
* fix: downloads and removing library source * fix: linting
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user