aboutsummaryrefslogtreecommitdiff
path: root/scripts/viddq
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-23 00:14:14 -0300
committerEuAndreh <eu@euandre.org>2021-01-23 00:14:14 -0300
commit3c1bc5c786dd314aed75f6c77fad889609885e35 (patch)
tree633ff6f340662d5cb26eb1e899f4be8febf6e77b /scripts/viddq
parentAdd dmenu-videq.sh as equivalent of previous dmenu-vid.sh (diff)
downloaddotfiles-3c1bc5c786dd314aed75f6c77fad889609885e35.tar.gz
dotfiles-3c1bc5c786dd314aed75f6c77fad889609885e35.tar.xz
viddq: Add missing recursive call
Diffstat (limited to 'scripts/viddq')
-rwxr-xr-xscripts/viddq1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/viddq b/scripts/viddq
index eaabec21..6abb66a2 100755
--- a/scripts/viddq
+++ b/scripts/viddq
@@ -11,6 +11,7 @@ else
NEW_QUEUE="$(mktemp)"
tail -n+2 "$QUEUE" > "$NEW_QUEUE"
mv "$NEW_QUEUE" "$QUEUE"
+ viddq
else
echo "Quit playing '$NEXT' without finishing, not removing it from the queue."
fi