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):