We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fd15d commit 45c20b8Copy full SHA for 45c20b8
mpd-web-proxy/events.go
@@ -19,10 +19,9 @@ const (
19
EventTypeMPD
20
)
21
22
-// The MPD Idler uses the MPD idle command to receive
23
-// notifications when the state has changed on the MPD
24
-// server. It relays what has changed on the returned
25
-// channel.
+// the MPDIdler continually calls the `idle` MPD
+// command and sends idle events on the returned
+// string channel.
26
func startMPDIdler(mpd net.Conn) chan string {
27
eventC := make(chan string)
28
go func() {
0 commit comments