moved generating refimgs to once per import dir, rather than once per file (duh), and fixed BUG-18 (file counting wrong in ProcessAI)

This commit is contained in:
2021-01-25 10:42:25 +11:00
parent 49e9b05f59
commit 09b6863f0c
2 changed files with 9 additions and 6 deletions

1
BUGs
View File

@@ -1,4 +1,3 @@
### Next: 19
BUG-16: now we dont do dir level optimising for genfiledetails, need to stat the file / check dates that way to optimise
BUG-17: I think it won't handle me deleting files after scan
BUG-18: ProcessAI not counting files properly