mirror of
https://github.com/gtalent/sc9k.git
synced 2025-09-10 08:03:27 -05:00
Fix typo n Next Song button
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user