diff --git a/frontend/src/pages/Library.svelte b/frontend/src/pages/Library.svelte index 73b68a8..c43a1fc 100644 --- a/frontend/src/pages/Library.svelte +++ b/frontend/src/pages/Library.svelte @@ -130,7 +130,7 @@ const name = file.name.replace(/\.zip$/i, ""); pendingFile = file; pendingFileName = name; - pendingTitle = ""; + pendingTitle = name; igdbResults = null; searching = true; searchError = ""; @@ -369,12 +369,12 @@ {/if} {:else} -

No matches found. Enter a title to search IGDB:

+

No matches found. Edit the title below and search IGDB:

{/if}
e.key === "Enter" && handleManualSearch()}