summaryrefslogtreecommitdiff
path: root/app/utils
diff options
context:
space:
mode:
Diffstat (limited to 'app/utils')
-rw-r--r--app/utils/widgets.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/utils/widgets.py b/app/utils/widgets.py
index c688518..f045cee 100644
--- a/app/utils/widgets.py
+++ b/app/utils/widgets.py
@@ -136,6 +136,10 @@ def parse_image(s):
exif = True
else:
extra = cl[2]
+
+ if len(cl) > 3:
+ if cl[3] == 'exif':
+ exif = True
except:
pass
if len(cl) > 1: