mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
revert auto dj algorithm
This commit is contained in:
parent
316755bde2
commit
0bb92acff8
@ -555,7 +555,7 @@ exports.setup = function (mstream, program) {
|
||||
randomNumber = Math.floor(Math.random() * count);
|
||||
}
|
||||
|
||||
let randomSong = results[randomNumber];
|
||||
const randomSong = results[randomNumber];
|
||||
|
||||
returnThis.songs.push({
|
||||
"filepath": fe.join(randomSong.vpath, randomSong.filepath).replace(/\\/g, '/'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user