Compare commits

..

No commits in common. "f1991f7716a2fca87bc95ff1c16ae3a16844d375" and "30b5b238684e9d73138ab2f59bc62c2bd69c9187" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ services:
# Add healthcheck to verify Lavalink is ready
healthcheck:
test: >
curl -H "Authorization: ${LAVALINK_PASSWORD}" -f http://localhost:2333/version
curl -H "Authorization: ${LAVALINK_PASSWORD}" -f http://localhost:2333/versionkk
interval: 5s
timeout: 5s
retries: 3

View File

@ -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 = `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