Compare commits

..

1 Commits

Author SHA1 Message Date
TheYellowArchitect
439c922680
Merge 8af73a99373105c49a0d8375558e7ff167b68b33 into 07952026753f1bbeaf5b6c4eb5414a9c51536041 2023-11-19 13:49:04 +00:00

View File

@ -93,7 +93,7 @@ cmd compressvideo ${{
converted_files_count=0; #notify-send variable
echo "Compression Rate? (default: 31, maximum: 50)";
read -N 2 compressionRate;
read compressionRate;
#If not a number (e.g. empty), give default 31 value
if ! [[ $compressionRate =~ ^[0-5][0-9]$ ]]; then