Fix typo n Next Song button

This commit is contained in:
2021-10-24 11:06:20 -05:00
parent b0eeb81592
commit f9122c2942
3 changed files with 4 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ void OpenLPClient::handlePollResponse(QNetworkReply *reply) {
if (m_currentSongId != songId) {
requestSlideList();
m_currentSongId = songId;
emit songChanged(songId);
}
emit pollUpdate(m_songNameMap[songId], slide);
}