X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=perl%2FSesse%2Fpr0n%2FCommon.pm;h=3463fe61067930c087fd83943be7e5c3b71368dd;hp=987463548ed3c19d79104891111b67e9874f1eef;hb=b3731a6d90f8d8bc547b4af5c815b039cc40aadf;hpb=913c2202338799ea013021cf4dc56af8132a5463 diff --git a/perl/Sesse/pr0n/Common.pm b/perl/Sesse/pr0n/Common.pm index 9874635..3463fe6 100644 --- a/perl/Sesse/pr0n/Common.pm +++ b/perl/Sesse/pr0n/Common.pm @@ -559,10 +559,10 @@ sub make_infobox { if (defined($info->{'NikonD1-ISOSetting'})) { push @classic_fields, [ $info->{'NikonD1-ISOSetting'}->[1] . " ISO", 0 ]; - } elsif (defined($info->{'ISOSetting'})) { - push @classic_fields, [ $info->{'ISOSetting'} . " ISO" ]; } elsif (defined($info->{'ISO'})) { push @classic_fields, [ $info->{'ISO'} . " ISO" ]; + } elsif (defined($info->{'ISOSetting'})) { + push @classic_fields, [ $info->{'ISOSetting'} . " ISO" ]; } if (defined($info->{'ExposureBiasValue'}) && $info->{'ExposureBiasValue'} ne "0") {