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