perf(mpd): avoid duplicate playing-state updates

This commit is contained in:
Alexey Ivanov
2026-06-04 15:23:54 -07:00
parent 05945748dc
commit 0cccf0d8b5
5 changed files with 0 additions and 19 deletions
-1
View File
@@ -152,7 +152,6 @@ bool Playing::on_timer() {
return false;
}
ctx_->queryMPD();
ctx_->emit();
} catch (std::exception const& e) {
spdlog::warn("mpd: Playing: error: {}", e.what());