Skip to content

Commit 7563f76

Browse files
committed
use Windows Media Control API to access Spotify playback, 1.4.0
1 parent d4b4a87 commit 7563f76

File tree

18 files changed

+994
-226
lines changed

18 files changed

+994
-226
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'de.labystudio'
7-
version '1.3.1'
7+
version '1.4.0'
88

99
compileJava {
1010
sourceCompatibility = '1.8'

rust/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
target/
2+
*.bat
3+
*.sh

0 commit comments

Comments
 (0)