Break if MPD connection fails. (#491)

This commit is contained in:
Brenden Matthews
2018-05-12 22:57:11 -04:00
committed by GitHub
parent 95237ae4e0
commit 42e43435f4

View File

@@ -185,6 +185,7 @@ void mpd_cb::work() {
conn = nullptr; conn = nullptr;
mpd_info.status = "MPD not responding"; mpd_info.status = "MPD not responding";
break;
} }
mpd_finishCommand(conn); mpd_finishCommand(conn);
if ((conn == nullptr) || (conn->error != 0)) { if ((conn == nullptr) || (conn->error != 0)) {