Skip to content

Commit

Permalink
actually change it oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Dec 31, 2022
1 parent effb767 commit 1e53cfd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/python.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ export async function getBackendVersion(): Promise<any> {
}

export async function fetchPackDb(): Promise<any> {
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
Expand Down

0 comments on commit 1e53cfd

Please sign in to comment.