distube 5.1.1 → 5.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -81,7 +81,7 @@ __export(index_exports, {
|
|
|
81
81
|
module.exports = __toCommonJS(index_exports);
|
|
82
82
|
|
|
83
83
|
// src/constant.ts
|
|
84
|
-
var version = "5.1.
|
|
84
|
+
var version = "5.1.2";
|
|
85
85
|
var defaultFilters = {
|
|
86
86
|
"3d": "apulsator=hz=0.125",
|
|
87
87
|
bassboost: "bass=g=10",
|
|
@@ -2071,6 +2071,7 @@ var QueueManager = class extends GuildIdManager {
|
|
|
2071
2071
|
},
|
|
2072
2072
|
seek: willPlaySong.duration ? queue._beginTime : void 0
|
|
2073
2073
|
};
|
|
2074
|
+
queue._beginTime = 0;
|
|
2074
2075
|
const dtStream = new DisTubeStream(stream.url, streamOptions);
|
|
2075
2076
|
dtStream.on("debug", (data) => this.emit("ffmpegDebug" /* FFMPEG_DEBUG */, `[${queue.id}] ${data}`));
|
|
2076
2077
|
this.debug(`[${queue.id}] Started playing: ${willPlaySong}`);
|