Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webtorrent --mpv order changed in 3.3? #178

Closed
leshow opened this issue Jul 15, 2021 · 2 comments · Fixed by #179
Closed

webtorrent --mpv order changed in 3.3? #178

leshow opened this issue Jul 15, 2021 · 2 comments · Fixed by #179
Labels

Comments

@leshow
Copy link

leshow commented Jul 15, 2021

What version of this package are you using?
3.4.0

What operating system, Node.js, and npm version?
linux 5.12 - arch - node 16.5 - npm 7.17

What happened?
The order of the arguments for --mpv or --vlc appears to have changed, breaking my old aliases. You used to be able to write:

webtorrent --mpv "magnet: ... "

Now it looks like it must be:

webtorrent "magnet: ... " --mpv

What did you expect to happen?
expected both arg orders to work, if the method I've been using was supported changing it would be a breaking change

Are you willing to submit a pull request to fix this bug?
Absolutely, if you'll accept it? If the way I've been using only ever worked accidentally feel free to close this issue.

@DiegoRBaquero
Copy link
Member

DiegoRBaquero commented Jul 15, 2021 via email

@webtorrent-bot
Copy link

🎉 This issue has been resolved in version 3.5.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants