aboutsummaryrefslogtreecommitdiff
path: root/scripts/viddq
diff options
context:
space:
mode:
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