We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e54ce commit 3518beaCopy full SHA for 3518bea
static.ts
@@ -26,5 +26,5 @@ export const Paths =
26
import { fetchText } from "./util.js";
27
28
export const SPOTIFY_VERSION = await fetchText( "/xpui.js" ).then( xpui =>
29
- xpui.match( /\.searchParams\.append\("version","(?<version>[^\"]+)/ )!.groups!.version
+ xpui.match( /clientVersion:"(?<version>\d+\.\d+\.\d+)/ )!.groups!.version
30
);
0 commit comments