Pause music playing on the MPD server

Property definitions

mpd $ MPDConnection :: pause
	# Pause music playing on the MPD server
	fun pause do write_and_check("pause\n")
lib/mpd/mpd.nit:145,2--146,40