[mob][photos] Fix issue with EnteFile not having location data
This commit is contained in:
parent
a7e0f3df7b
commit
49e64b3d4c
1 changed files with 2 additions and 2 deletions
|
@ -1824,8 +1824,8 @@ class FilesDB {
|
|||
}) {
|
||||
final values = <Object?>[];
|
||||
|
||||
double? latitude;
|
||||
double? longitude;
|
||||
double? latitude = file.location?.latitude;
|
||||
double? longitude = file.location?.longitude;
|
||||
|
||||
int? creationTime = file.creationTime;
|
||||
if (file.pubMagicMetadata != null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue