From 1e53cfd38f84de0597a13dc25af71b934a1bdd55 Mon Sep 17 00:00:00 2001 From: beebls Date: Fri, 30 Dec 2022 19:29:44 -0700 Subject: [PATCH] actually change it oopsie --- src/python.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/python.ts b/src/python.ts index 44c3187..23dc107 100644 --- a/src/python.ts +++ b/src/python.ts @@ -35,10 +35,9 @@ export async function getBackendVersion(): Promise { } export async function fetchPackDb(): Promise { - return server!.fetchNoCors( - "https://github.com/EMERALD0874/AudioLoader-PackDB/releases/download/1.2.0/packs.json", - { method: "GET" } - ); + return server!.fetchNoCors("https://api.deckthemes.com/themes/legacy/audio", { + method: "GET", + }); } // getSoundPacks just fetches the packs already stored in python memory, you need to call this reload function to re-fetch the folder list