fixed various display bugs in extra file list

This commit is contained in:
csoler 2018-09-27 22:14:00 +02:00
parent 54ec49dc03
commit 752275f813
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 13 additions and 8 deletions

View file

@ -1019,8 +1019,8 @@ void p3FileDatabase::getExtraFilesDirDetails(void *ref,DirectoryStorage::EntryIn
d.hash = f.hash;
d.count = f.size;
d.max_mtime = time(NULL);
d.mtime = time(NULL);
d.max_mtime = 0; // this is irrelevant
d.mtime = 0; // this is irrelevant
d.name = f.path; // so that the UI shows the complete path, since the parent directory is not really a directory.
d.path = f.path;
d.ref = ref ;