Skip to content

Commit

Permalink
Fix “Undefined” error after clicking retry (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
VMatrices authored Feb 18, 2025
1 parent 12f02ce commit dff6387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/exceptions/ErrorHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class ErrorHandler {
if(video.type === "playlist") return;
let errorDef = {
identifier: identifier,
url: video.url ,
error_id: Utils.getRandomID(8),
unexpected: true,
error: {
Expand Down

0 comments on commit dff6387

Please sign in to comment.