We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 507df45 + 138d782 commit ba8d893Copy full SHA for ba8d893
src/Lavalink4NET.Rest/Entities/Tracks/TrackSearchMode.cs
@@ -5,6 +5,7 @@ public readonly record struct TrackSearchMode(string? Prefix)
5
public static readonly TrackSearchMode YouTube = new("ytsearch");
6
public static readonly TrackSearchMode YouTubeMusic = new("ytmsearch");
7
public static readonly TrackSearchMode SoundCloud = new("scsearch");
8
+ public static readonly TrackSearchMode Bandcamp = new("bcsearch");
9
public static readonly TrackSearchMode None = new(null);
10
11
// Only available when using the Lavasearch integration
0 commit comments