diff --git a/audio/test_spotify.py b/audio/test_spotify.py deleted file mode 100644 index f15edd2..0000000 --- a/audio/test_spotify.py +++ /dev/null @@ -1,14 +0,0 @@ -from librespot.zeroconf import ZeroconfServer - -server = ( - ZeroconfServer.Builder() - .set_device_name("JARVIS Spotify") - .set_device_type("COMPUTER") - .set_listen_port(24879) - .create() -) - -print("Spotify Connect läuft") - -while True: - pass \ No newline at end of file