audio/test_spotify.py aktualisiert
This commit is contained in:
@@ -3,7 +3,8 @@ from librespot.zeroconf import ZeroconfServer
|
|||||||
server = (
|
server = (
|
||||||
ZeroconfServer.Builder()
|
ZeroconfServer.Builder()
|
||||||
.set_device_name("JARVIS Spotify")
|
.set_device_name("JARVIS Spotify")
|
||||||
.set_device_type("COMPUTER")
|
.set_device_type("COMPUTER")
|
||||||
|
.set_listen_port(24879)
|
||||||
.create()
|
.create()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user