Updated music system with new extractor and small tweaks
This commit is contained in:
@@ -19,7 +19,7 @@ export default {
|
||||
|
||||
const player = useMainPlayer()
|
||||
const { tracks } = await player.search(focusedOption.value, {
|
||||
searchEngine: QueryType.AUTO_SEARCH
|
||||
searchEngine: QueryType.YOUTUBE_SEARCH
|
||||
})
|
||||
|
||||
const results = tracks.map(track => ({
|
||||
|
||||
Reference in New Issue
Block a user