mirror of
https://github.com/polybar/polybar.git
synced 2026-02-25 20:05:41 +00:00
fix(pulseaudio): prevent nonresponsiveness and remove redundant getters
This commit is contained in:
@ -142,9 +142,6 @@ namespace modules {
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
if (m_pulseaudio->wait()) {
|
||||
m_pulseaudio->process_events();
|
||||
}
|
||||
}
|
||||
} catch (const exception& err) {
|
||||
m_log.err("%s: Failed to handle command (%s)", name(), err.what());
|
||||
|
||||
Reference in New Issue
Block a user