Compare commits

..

2 Commits

Author SHA1 Message Date
aki
f1991f7716 testing 2025-04-24 01:33:42 +08:00
aki
ce635cb32b sleepy 2025-04-24 01:29:28 +08:00
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/versionkk
curl -H "Authorization: ${LAVALINK_PASSWORD}" -f http://localhost:2333/version
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 = 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