Fixed "If EXIF data is missing, don't show them in the info #194"
This commit is contained in:
parent
55295fe48d
commit
caa59c72c8
@ -322,7 +322,7 @@ build = {
|
|||||||
["Tags", build.tags(photoJSON.tags, forView)]
|
["Tags", build.tags(photoJSON.tags, forView)]
|
||||||
];
|
];
|
||||||
|
|
||||||
if ((photoJSON.takestamp+photoJSON.make+photoJSON.model+photoJSON.shutter+photoJSON.aperture+photoJSON.focal+photoJSON.iso)!=="null") {
|
if ((photoJSON.takestamp+photoJSON.make+photoJSON.model+photoJSON.shutter+photoJSON.aperture+photoJSON.focal+photoJSON.iso)!="0") {
|
||||||
|
|
||||||
infos = infos.concat([
|
infos = infos.concat([
|
||||||
["", "Camera"],
|
["", "Camera"],
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user