Skip to content

Commit 4383123

Browse files
zasphw
authored andcommitted
The fallback URL for registry is /api/v3/registry/plugins.toml
A redirect was added on the website, but better use the actual URL
1 parent d5f54da commit 4383123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picard/const/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
# Can be overridden via PICARD_PLUGIN_REGISTRY_URL environment variable
180180
DEFAULT_PLUGIN_REGISTRY_URLS = [
181181
'https://raw.githubusercontent.com/metabrainz/picard-plugins-registry/refs/heads/main/plugins.toml',
182-
'https://picard.musicbrainz.org/registry/plugins.toml',
182+
'https://picard.musicbrainz.org/api/v3/registry/plugins.toml',
183183
]
184184

185185
# Metadata handling

0 commit comments

Comments
 (0)