Skip to content

Commit ba8d893

Browse files
authored
Merge pull request #226 from sh30801/feature/bandcamp-search
Add Bandcamp search mode to TrackSearchMode
2 parents 507df45 + 138d782 commit ba8d893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lavalink4NET.Rest/Entities/Tracks/TrackSearchMode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ public readonly record struct TrackSearchMode(string? Prefix)
55
public static readonly TrackSearchMode YouTube = new("ytsearch");
66
public static readonly TrackSearchMode YouTubeMusic = new("ytmsearch");
77
public static readonly TrackSearchMode SoundCloud = new("scsearch");
8+
public static readonly TrackSearchMode Bandcamp = new("bcsearch");
89
public static readonly TrackSearchMode None = new(null);
910

1011
// Only available when using the Lavasearch integration

0 commit comments

Comments
 (0)