Compare commits
No commits in common. "f1991f7716a2fca87bc95ff1c16ae3a16844d375" and "30b5b238684e9d73138ab2f59bc62c2bd69c9187" have entirely different histories.
f1991f7716
...
30b5b23868
@ -14,7 +14,7 @@ services:
|
|||||||
# Add healthcheck to verify Lavalink is ready
|
# Add healthcheck to verify Lavalink is ready
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: >
|
test: >
|
||||||
curl -H "Authorization: ${LAVALINK_PASSWORD}" -f http://localhost:2333/version
|
curl -H "Authorization: ${LAVALINK_PASSWORD}" -f http://localhost:2333/versionkk
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|||||||
@ -220,7 +220,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