Fix audio

This commit is contained in:
timokoesters 2019-09-07 11:46:21 +02:00
parent d41d020e06
commit 9f83130466
No known key found for this signature in database
GPG Key ID: CD80BE9AAEE78097

View File

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