remove unneeded shellcheck disable

This commit is contained in:
2021-05-10 08:58:50 -05:00
parent a2846eb4a3
commit 0c273bb02c

1
subs
View File

@@ -232,7 +232,6 @@ get_sel() {
# (useful for piping to other programs)
printf '%s\n' "$url"
else
# shellcheck disable=2086
printf 'playing: %s\n' "$url"
# shellcheck disable=2086
exec mpv $MPV_OPTS "$url"