mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:19:03 -08:00
add missing -- switch to an mpv wrapper
This commit is contained in:
parent
a0d1feaf29
commit
eab52be2dc
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ mpv_stream() { ### @-
|
|||
argc -ge 1 "$0" "$@" || return
|
||||
pushd ~/play >/dev/null
|
||||
local url="$1"; shift
|
||||
mpvs --af=lavfi="[$_M_PROCESS]" "$@" "$url"
|
||||
mpvs --af=lavfi="[$_M_PROCESS]" "$@" -- "$url"
|
||||
popd >/dev/null
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue