audio/test_spotify.py aktualisiert

This commit is contained in:
2026-07-07 15:05:59 +00:00
parent 3d823f78a6
commit 9fe11db635
+2 -1
View File
@@ -3,7 +3,8 @@ from librespot.zeroconf import ZeroconfServer
server = (
ZeroconfServer.Builder()
.set_device_name("JARVIS Spotify")
.set_device_type("COMPUTER")
.set_device_type("COMPUTER")
.set_listen_port(24879)
.create()
)