support photo orientation

This commit is contained in:
Luke Pulverenti 2016-01-21 03:23:02 -05:00
parent f1329e668c
commit cdf4745974

View File

@ -518,7 +518,7 @@
}
if (item.ImageOrientation) {
attributes.push(createAttribute(Globalize.translate('MediaInfoOrientation'), item.ImageOrientation));
//attributes.push(createAttribute(Globalize.translate('MediaInfoOrientation'), item.ImageOrientation));
}
if (item.IsoSpeedRating) {