mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-16 18:56:00 +00:00
update V3.1.1
This commit is contained in:
@ -12,7 +12,7 @@ module.exports = async function (guild, song, client, seek, play) {
|
||||
return;
|
||||
}
|
||||
|
||||
streamConfig.ytdlOptions.begin = seek;
|
||||
streamConfig.options.seek = seek;
|
||||
|
||||
const ffmpegArgs = [
|
||||
"-analyzeduration",
|
||||
|
Reference in New Issue
Block a user