Table of Contents

Method RemoveFromQueue

Namespace
DisCatSharp.Lavalink
Assembly
DisCatSharp.Lavalink.dll

Removes the specified track from the queue.

public void RemoveFromQueue(LavalinkTrack track)

Parameters

track LavalinkTrack

The track to remove.

Removes the track with the specified title (identifier) from the queue.

public void RemoveFromQueue(string identifier)

Parameters

identifier string

The title (identifier) of the track to remove.