Update status.inc

This commit is contained in:
2023-12-17 08:43:45 -06:00
parent 1b4e1c363b
commit 3612133334

View File

@@ -831,7 +831,7 @@ STATUS_SCANTIMES(){
for scantime in "${scantimes[@]}"; do
[[ "${scantime}" = *"~"* ]] && scantime=${scantime#*~}
[ ${scantime} -gt ${longest_scantime} ] && longest_scantime=${scantime}
if [ ${scantime} -le 35 ]; then
if [ ${scantime} -le 29 ]; then
scantimes_total_norm=$(bc <<< "scale=2; ${scantimes_total_norm}+${scantime}")
((scansfound_norm++))
elif [ ${scantime} -le 60 ]; then