From 93f54d84252099b5266795dba84134d44424f649 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Thu, 25 Jul 2024 16:29:28 -0400 Subject: [PATCH] going to try to call this function from Search --- frontend/src/App.svelte | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 225d387..3b3385a 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -36,9 +36,7 @@ }) } - - - function GetAniListSingleItemAndOpenModal(aniId: number): void { + export function GetAniListSingleItemAndOpenModal(aniId: number): void { GetAniListItem(aniId).then(result => { anime = result title = anime.data.MediaList.media.title.english === "" ? @@ -108,7 +106,6 @@ Episodes: {media.media.episodes}

{/if} - {/each}