fixed way we account for remaining deletes, this should genuinely fix the dup counting stuff now

This commit is contained in:
2021-03-27 15:12:03 +11:00
parent fa6be43c3a
commit a1c2b3f72b

View File

@@ -189,7 +189,7 @@
{{auto.str|safe}}
</ul>
Automatically Keeping {{all_count.k_files}} files and deleting {{all_count.d_files}} files<br>
Leaving {{all_count.manual}} manual choices to make (to keep {{DD.uniq_dups-all_count.k_files}} files and delete {{DD.total_dups-all_count.d_files}} files)
Leaving {{all_count.manual}} manual choices to make (to keep {{DD.uniq_dups-all_count.k_files}} files and delete {{DD.total_dups-all_count.k_files-all_count.d_files-all_count.manual}} files)
</alert>
{% endif %}
<div class="col-lg-12"></div>