diff --git a/src/Player.ts b/src/Player.ts index 133c3bb..74cd482 100644 --- a/src/Player.ts +++ b/src/Player.ts @@ -398,7 +398,6 @@ class Player extends EventEmitter { 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, {