revertion to fix #763
This commit is contained in:
parent
d3b1e5371a
commit
fc3eefc5ee
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ base="$(basename "$1")"
|
|||
notify-send "⏳ Queuing $base..."
|
||||
cmd="$2"
|
||||
[ -z "$cmd" ] && cmd="youtube-dl --add-metadata"
|
||||
idnum="$(tsp "$cmd" "$1")"
|
||||
idnum="$(tsp $cmd "$1")"
|
||||
realname="$(echo "$base" | sed "s/?\(source\|dest\).*//;s/%20/ /g")"
|
||||
tsp -D "$idnum" mv "$base" "$realname"
|
||||
tsp -D "$idnum" notify-send "👍 $realname done."
|
||||
|
|
Loading…
Reference in a new issue