diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-23 00:14:14 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-23 00:14:14 -0300 |
| commit | 3c1bc5c786dd314aed75f6c77fad889609885e35 (patch) | |
| tree | 633ff6f340662d5cb26eb1e899f4be8febf6e77b /scripts/viddq | |
| parent | Add dmenu-videq.sh as equivalent of previous dmenu-vid.sh (diff) | |
| download | dotfiles-3c1bc5c786dd314aed75f6c77fad889609885e35.tar.gz dotfiles-3c1bc5c786dd314aed75f6c77fad889609885e35.tar.xz | |
viddq: Add missing recursive call
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 |
