Skip to content

Commit 41015b4

Browse files
committed
Fix ListenBrainz settings url
1 parent eae3a4e commit 41015b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/ListenBrainz/src/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const Settings = () => {
2727
desc={
2828
<>
2929
User token from{" "}
30-
<LunaLink fontWeight="bold" href={`${domain}/settings`}>
30+
<LunaLink fontWeight="bold" href={`${domain?.replace("api.", "")}/settings`}>
3131
listenbrainz.org/settings
3232
</LunaLink>
3333
</>

0 commit comments

Comments
 (0)