Merge branch 'master' into fix/mpd-markup-truncation

This commit is contained in:
Alexis Rouillard
2026-07-03 20:45:15 +02:00
committed by GitHub
21 changed files with 137 additions and 70 deletions
-1
View File
@@ -59,7 +59,6 @@ class MPD : public ALabel {
void tryConnect();
void checkErrors(mpd_connection* conn);
void fetchState();
void queryMPD();
inline bool stopped() const { return connection_ && state_ == MPD_STATE_STOP; }
inline bool playing() const { return connection_ && state_ == MPD_STATE_PLAY; }