Skip to content

Commit

Permalink
fix: missing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nyagami committed Jan 25, 2024
1 parent 746615c commit 76e3459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/pluginManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const fetchPlugins = async () => {
const githubRepository = 'lnreader-sources';

const availablePlugins: Record<Language, Array<PluginItem>> = await fetch(
`https://raw.githubusercontent.com/${githubUsername}/${githubRepository}/.dist/plugins.min.json`,
`https://raw.githubusercontent.com/${githubUsername}/${githubRepository}/dist/.dist/plugins.min.json`,
)
.then(res => res.json())
.catch(() => {
Expand Down

0 comments on commit 76e3459

Please sign in to comment.