testing
This commit is contained in:
parent
ce635cb32b
commit
f1991f7716
@ -220,7 +220,7 @@ class MusicPlayer {
|
||||
} else {
|
||||
// Search with prefix (Lavalink handles ytsearch/ytmsearch automatically with the plugin)
|
||||
// identifier = `ytsearch:${query}`; // Prefix might not be needed with the plugin, let Lavalink decide
|
||||
identifier = query; // Pass the raw query for non-URLs
|
||||
identifier = `ytsearch:${query}`; // Pass the raw query for non-URLs
|
||||
}
|
||||
|
||||
// Perform the search using the identifier string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user