mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 08:12:40 +10:00
* fix: manual metadata import * fix: lint
This commit is contained in:
@ -190,7 +190,9 @@ const libraryState = await $dropFetch("/api/v1/admin/library");
|
||||
|
||||
console.log(Object.values(libraryState.unimportedGames));
|
||||
|
||||
const toImport = ref(Object.values(libraryState.unimportedGames).flat().length > 0);
|
||||
const toImport = ref(
|
||||
Object.values(libraryState.unimportedGames).flat().length > 0,
|
||||
);
|
||||
|
||||
const libraryGames = ref(
|
||||
libraryState.games.map((e) => {
|
||||
|
||||
Reference in New Issue
Block a user