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 2dbb225 commit 4d64626Copy full SHA for 4d64626
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'de.labystudio'
7
-version '1.1.16'
+version '1.1.17'
8
9
compileJava {
10
sourceCompatibility = '1.8'
src/main/java/de/labystudio/spotifyapi/platform/windows/api/spotify/SpotifyProcess.java
@@ -18,6 +18,7 @@ public class SpotifyProcess extends WinProcess {
18
// Spotify track id
19
private static final String PREFIX_SPOTIFY_TRACK = "spotify:track:";
20
private static final long[] OFFSETS_TRACK_ID = {
21
+ 0x154A60, // 64-Bit (1.2.26.1187.g36b715a1)
22
0x14FA30, // 64-Bit (1.2.21.1104.g42cf0a50)
23
0x106198, // 32-Bit (1.2.21.1104.g42cf0a50)
24
0x14C9F0, // 64-Bit (Old)
0 commit comments