Skip to content

Commit 45c20b8

Browse files
committed
stuff
1 parent d2fd15d commit 45c20b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mpd-web-proxy/events.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ const (
1919
EventTypeMPD
2020
)
2121

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.
22+
// the MPDIdler continually calls the `idle` MPD
23+
// command and sends idle events on the returned
24+
// string channel.
2625
func startMPDIdler(mpd net.Conn) chan string {
2726
eventC := make(chan string)
2827
go func() {

0 commit comments

Comments
 (0)