Skip to content

Commit

Permalink
Merge pull request #46 from mclark4386/fix_40
Browse files Browse the repository at this point in the history
Should fix #40
  • Loading branch information
SachinGanesh authored Jun 23, 2020
2 parents 32b4a59 + 6eea9a0 commit 33d5663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schemas/media.dart
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ class ImageMeta {
iso = json['iso'];
shutterSpeed = json['shutter_speed'];
title = json['title'];
orientation = json['orientation'];
orientation = json['orientation'].toString();
// keywords = json['keywords'];
}

Expand Down

0 comments on commit 33d5663

Please sign in to comment.