Updated to remove in the case it downloads a non image/video file
This commit is contained in:
parent
0155775ded
commit
a1faa06871
@ -95,7 +95,7 @@ for i in $SELECTION;do
|
||||
*': image/'*) ;;
|
||||
*': video/'*) ;;
|
||||
*)
|
||||
continue
|
||||
rm "$PICKED" && continue
|
||||
;;
|
||||
esac
|
||||
echo "$MD5" >> "$MD5_HISTORY"
|
||||
|
Loading…
Reference in New Issue
Block a user