|
@@ -270,9 +270,6 @@ class NCOperationReadFileForMediaQueue: ConcurrentOperation {
|
|
metadata.uploadDate = file.uploadDate!
|
|
metadata.uploadDate = file.uploadDate!
|
|
modify = true
|
|
modify = true
|
|
}
|
|
}
|
|
- if file.date != metadata.date {
|
|
|
|
- print("[LOG] " + file.fileName + " " + "\(file.date)" + " " + "\(metadata.date)")
|
|
|
|
- }
|
|
|
|
if modify {
|
|
if modify {
|
|
NCManageDatabase.sharedInstance.addMetadata(metadata)
|
|
NCManageDatabase.sharedInstance.addMetadata(metadata)
|
|
}
|
|
}
|