From 60ae09ba4227cc74b3457bbd5c4127624715a372 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Sat, 2 Oct 2021 21:41:23 +0200 Subject: [PATCH] update audio dept. to use TotemPlParser for internet radio streams --- screenless/bureau/audio/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenless/bureau/audio/audio.py b/screenless/bureau/audio/audio.py index 1144ac1..eccf088 100644 --- a/screenless/bureau/audio/audio.py +++ b/screenless/bureau/audio/audio.py @@ -48,7 +48,7 @@ class Audio(Bureau): # and for now-playing urls.append(uri) parser.connect("entry-parsed", parsercb, urls) - parser.parse(pl_file, false) + parser.parse(pl_file, False) for url in urls: print("stream uri", url)