chore: remove unnecessary comment

This commit is contained in:
Snowflake107 2021-07-05 12:18:03 +05:45
parent 6e6bd432c0
commit eebc4b2c92
No known key found for this signature in database
GPG key ID: FA40E3EC5CB6DCD6

View file

@ -398,7 +398,6 @@ class Player extends EventEmitter<PlayerEvents> {
const ytpl = await YouTube.getPlaylist(query).catch(Util.noop);
if (!ytpl) return { playlist: null, tracks: [] };
// @todo: better way of handling large playlists
await ytpl.fetch().catch(Util.noop);
const playlist: Playlist = new Playlist(this, {