Log filetype
This commit is contained in:
parent
db47f8eaf5
commit
d7bef6cd4d
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class EnteFile {
|
|||
@override
|
||||
String toString() {
|
||||
return '''File(generatedID: $generatedID, localID: $localID, title: $title,
|
||||
uploadedFileId: $uploadedFileID, modificationTime: $modificationTime,
|
||||
type: $fileType, uploadedFileId: $uploadedFileID, modificationTime: $modificationTime,
|
||||
ownerID: $ownerID, collectionID: $collectionID, updationTime: $updationTime)''';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue