Bugfix
-correction pour le EF600mm f/4L IS III USM +1.4x III qui affichait Unknown (160) 840mm
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
.DS_Store
|
||||
.envrc
|
||||
|
||||
@@ -435,8 +435,12 @@ if [[ -n $iso ]] && [[ -n $speed ]] && [[ -n $aperture ]]; then
|
||||
# "Lens": "EF500mm f/4L IS USM +1.4x III",
|
||||
# "LensID": "Canon EF 500mm f/4L IS USM + 1.4x"
|
||||
|
||||
# "LensInfo": "840mm f/?",
|
||||
# "LensModel": "EF600mm f/4L IS III USM +1.4x III",
|
||||
# "Lens": "EF600mm f/4L IS III USM +1.4x III",
|
||||
# "LensID": "Unknown (160) 840mm"
|
||||
|
||||
if [[ -n $lensID ]]; then
|
||||
if [[ -n $lensID ]] && [[ ! "$lensID" =~ Unknown* ]]; then
|
||||
printf " %-11s %-35s \n" "LensID:" "${lensID}"
|
||||
l="$lensID"
|
||||
elif [[ -n $lensModel ]]; then
|
||||
|
||||
Reference in New Issue
Block a user