Skip to content

Commit

Permalink
[Player] Upgrades youtube-dl-exec to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyaworski committed Jun 19, 2024
1 parent 60f818e commit e2b317b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"sodium": "^3.0.2",
"spotify-url-info": "^2.2.3",
"tweetnacl": "^1.0.3",
"youtube-dl-exec": "^3.0.2",
"youtube-dl-exec": "^3.0.3",
"youtube-sr": "^4.1.17"
},
"optionalDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions src/commands/player/track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ export default class Track {
error(err);
};

// The library has incorrect typing, but this is an extension of a Promise
// @ts-ignore
process.catch(onError);
process.on('error', onError); // This may be redundant, but it doesn't seem to ever get called

Expand Down

0 comments on commit e2b317b

Please sign in to comment.