From f9dc9bae75fca5e32d64f1c97a297a85040982f3 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Wed, 21 Oct 2020 23:06:39 +0200 Subject: [PATCH] trying out web view for internet radio station management --- 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 74d5f56..8297f9c 100644 --- a/screenless/bureau/audio/audio.py +++ b/screenless/bureau/audio/audio.py @@ -1,6 +1,6 @@ import vlc -from bureau import Bureau, add_command +from bureau import Bureau, add_command, add_webview class Audio(Bureau):