You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On 15/07/2021, at 8:48 AM, Evan Cameron ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
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:Now it looks like it must be:
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.
The text was updated successfully, but these errors were encountered: