Fix audio

This commit is contained in:
timokoesters
2019-09-07 11:46:21 +02:00
parent d41d020e06
commit 9f83130466

View File

@ -60,7 +60,7 @@ impl AudioFrontend {
pub fn no_audio() -> Self {
Self {
device: "none".to_string(),
device_list: list_devices(),
device_list: Vec::new(),
audio_device: None,
sound_cache: SoundCache::new(),
channels: Vec::new(),