Skip to content

Commit

Permalink
Fixxed stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomato6966 authored Oct 28, 2020
1 parent 1d7b5cd commit feec4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
if (song.url.includes("youtube.com")) {
stream = await ytdlDiscord(song.url, {
format: 'mp3',
quality: "Highest audio",
quality: "highestaudio",
highWaterMark: 1<<25
});
} else if (song.url.includes(".mp3") || song.url.includes("baseradiode")) {
Expand Down Expand Up @@ -303,4 +303,4 @@ module.exports = {
}
});
}
};
};

0 comments on commit feec4ae

Please sign in to comment.