audio/test_spotify.py gelöscht

This commit is contained in:
2026-07-07 15:10:03 +00:00
parent 9fe11db635
commit 34605fe44e
-14
View File
@@ -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