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