Пример #1
0
func pause(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.Pause(cmd.Pause)
}