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