chore: remove unnecessary comment
This commit is contained in:
parent
6e6bd432c0
commit
eebc4b2c92
1 changed files with 0 additions and 1 deletions
|
@ -398,7 +398,6 @@ class Player extends EventEmitter<PlayerEvents> {
|
||||||
const ytpl = await YouTube.getPlaylist(query).catch(Util.noop);
|
const ytpl = await YouTube.getPlaylist(query).catch(Util.noop);
|
||||||
if (!ytpl) return { playlist: null, tracks: [] };
|
if (!ytpl) return { playlist: null, tracks: [] };
|
||||||
|
|
||||||
// @todo: better way of handling large playlists
|
|
||||||
await ytpl.fetch().catch(Util.noop);
|
await ytpl.fetch().catch(Util.noop);
|
||||||
|
|
||||||
const playlist: Playlist = new Playlist(this, {
|
const playlist: Playlist = new Playlist(this, {
|
||||||
|
|
Loading…
Reference in a new issue