We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68202b1 commit f247d4eCopy full SHA for f247d4e
1 file changed
src/main/kotlin/gent/zeus/guitar/mqtt/MqttCallbackClient.kt
@@ -101,7 +101,8 @@ class MqttCallbackClient : MqttCallback {
101
votesJson?.songId ?: return
102
103
dataProvider.removeTrack(votesJson.songId)
104
- sendCurrentSongData()
+ // sendCurrentSongData()
105
+ // TODO: ↑ enable again
106
}
107
108
override fun deliveryComplete(token: IMqttDeliveryToken?) {
0 commit comments