diff --git a/screenless/bureau/audio/audio.py b/screenless/bureau/audio/audio.py index c04d650..574f542 100644 --- a/screenless/bureau/audio/audio.py +++ b/screenless/bureau/audio/audio.py @@ -47,6 +47,7 @@ class Audio(Bureau): parser.parse(pl_url, True) for url in urls: + print("stream uri", url) self.player.queue(url) self.current_uri = url