Fixed bug in playlist manager initialization
This commit is contained in:
parent
f34ad4829c
commit
edbc9909a1
100 changed files with 132 additions and 125 deletions
|
|
@ -191,6 +191,8 @@ class playlistHandler{
|
|||
}
|
||||
|
||||
//The UUID is only validated, not processed so we just return the new time :P
|
||||
console.log(this.channel)
|
||||
console.log(this.channel.queue);
|
||||
return this.channel.queue.getStart(data.start)
|
||||
}
|
||||
|
||||
|
|
@ -1185,7 +1187,7 @@ module.exports = playlistHandler;</code></pre>
|
|||
<br class="clear">
|
||||
|
||||
<footer>
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Sat Sep 06 2025 00:30:24 GMT-0400 (Eastern Daylight Time)
|
||||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Sat Sep 06 2025 00:47:13 GMT-0400 (Eastern Daylight Time)
|
||||
</footer>
|
||||
|
||||
<script> prettyPrint(); </script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue