mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-11-26 02:35:52 +00:00
Switch to Distube's ytdl-core fork (resolves playback issue) (#1042)
This commit is contained in:
parent
29b61cc0b6
commit
fcc8d8881a
9 changed files with 100 additions and 195 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"types": "dts/types",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=18.17.0"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
|
|
@ -89,6 +89,7 @@
|
|||
"@discordjs/opus": "^0.8.0",
|
||||
"@discordjs/rest": "1.0.1",
|
||||
"@discordjs/voice": "0.11.0",
|
||||
"@distube/ytdl-core": "^4.13.5",
|
||||
"@prisma/client": "4.16.0",
|
||||
"@types/libsodium-wrappers": "^0.7.9",
|
||||
"array-shuffle": "^3.0.0",
|
||||
|
|
@ -126,7 +127,6 @@
|
|||
"sync-fetch": "^0.3.1",
|
||||
"tsx": "3.8.2",
|
||||
"xbytes": "^1.7.0",
|
||||
"ytdl-core": "^4.11.5",
|
||||
"ytsr": "^3.8.4"
|
||||
},
|
||||
"resolutions": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue