Skip to content

Commit 6eea9a0

Browse files
committed
*should fix #40
1 parent 32b4a59 commit 6eea9a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/schemas/media.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ class ImageMeta {
487487
iso = json['iso'];
488488
shutterSpeed = json['shutter_speed'];
489489
title = json['title'];
490-
orientation = json['orientation'];
490+
orientation = json['orientation'].toString();
491491
// keywords = json['keywords'];
492492
}
493493

0 commit comments

Comments
 (0)