func playlistLoad(cmd *Cmd, conn *mpd.Client) (*Result, error) { return nil, conn.PlaylistLoad(cmd.Playlist, cmd.Start, cmd.End) }