A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "fix: exclude variant from redirect path"

This reverts commit d329ea5a8ec7b4331801d895902dc9013e88aa9f.

+1 -1
+1 -1
src/components/output/raw/atproto/oauth.js
··· 49 49 50 50 redirect_uri = location.origin + "/oauth/callback?" + QS.stringify({ 51 51 ...params, 52 - redirect_path: location.pathname.replace(/\/*[^\/]+/, ""), 52 + redirect_path: location.pathname, 53 53 variant: url.pathname.replace(/(^\/+|\/+$)/g, "").split("/")[0], 54 54 }); 55 55 }