Skip to content

Commit

Permalink
change to deckthemes api
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls committed Dec 31, 2022
1 parent 78cbecc commit effb767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def to_dict(self):

class RemoteInstall:
def __init__(self, plugin):
self.packDb = "https://github.com/EMERALD0874/AudioLoader-PackDB/releases/download/1.2.0/packs.json"
self.packDb = "https://api.deckthemes.com/themes/legacy/audio"
self.plugin = plugin
self.packs = []

Expand Down
2 changes: 1 addition & 1 deletion src/pack-manager/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const AboutPage: VFC = () => {
<h2>Creating Packs</h2>
<p>
If you are interested in creating a music or sound pack for Audio
Loader, please consult our guide on GitHub. https://eme.wtf/audioguide
Loader, please consult the DeckThemes Docs. https://docs.deckthemes.com
</p>
</>
);
Expand Down

0 comments on commit effb767

Please sign in to comment.