Updated music system with new extractor and small tweaks

This commit is contained in:
2024-08-23 20:21:46 +02:00
parent d350552d25
commit 3c8848f615
6 changed files with 83 additions and 11 deletions

View File

@@ -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 => ({