We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae3a4e commit 41015b4Copy full SHA for 41015b4
1 file changed
plugins/ListenBrainz/src/Settings.tsx
@@ -27,7 +27,7 @@ export const Settings = () => {
27
desc={
28
<>
29
User token from{" "}
30
- <LunaLink fontWeight="bold" href={`${domain}/settings`}>
+ <LunaLink fontWeight="bold" href={`${domain?.replace("api.", "")}/settings`}>
31
listenbrainz.org/settings
32
</LunaLink>
33
</>
0 commit comments