Skip to content

Commit fd97d50

Browse files
committed
updated vidopen.sh
1 parent d452693 commit fd97d50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

media/vidopen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if is_mac; then
8282
if [ -n "${DEFAULT_VIDEO_PLAYER:-}" ]; then
8383
opts+=(-a "$DEFAULT_VIDEO_PLAYER")
8484
fi
85-
open "${opts[@]}" "$@" "$video"
85+
open "${opts[@]}" "$@" -- "$video"
8686
if [ -n "${PLAY_VIDEO:-}" ]; then
8787
osascript -e "tell application \"${DEFAULT_VIDEO_PLAYER:-QuickTime Player}\" to play document 1"
8888
fi

0 commit comments

Comments
 (0)