diff options
Diffstat (limited to 'scripts/viddq')
| -rwxr-xr-x | scripts/viddq | 1 |
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 |
