Skip to content

Commit f247d4e

Browse files
committed
temporarily disabled sending vote updates on mqtt
1 parent 68202b1 commit f247d4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/kotlin/gent/zeus/guitar/mqtt/MqttCallbackClient.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ class MqttCallbackClient : MqttCallback {
101101
votesJson?.songId ?: return
102102

103103
dataProvider.removeTrack(votesJson.songId)
104-
sendCurrentSongData()
104+
// sendCurrentSongData()
105+
// TODO: ↑ enable again
105106
}
106107

107108
override fun deliveryComplete(token: IMqttDeliveryToken?) {

0 commit comments

Comments
 (0)