Skip to content

Commit 3518bea

Browse files
committed
y
1 parent b3e54ce commit 3518bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ export const Paths =
2626
import { fetchText } from "./util.js";
2727

2828
export const SPOTIFY_VERSION = await fetchText( "/xpui.js" ).then( xpui =>
29-
xpui.match( /\.searchParams\.append\("version","(?<version>[^\"]+)/ )!.groups!.version
29+
xpui.match( /clientVersion:"(?<version>\d+\.\d+\.\d+)/ )!.groups!.version
3030
);

0 commit comments

Comments
 (0)