1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 02:39:03 -08:00

add missing -- switch to an mpv wrapper

This commit is contained in:
Connor Olding 2021-08-23 04:53:13 -07:00
parent a0d1feaf29
commit eab52be2dc

View file

@ -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
}