mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
support photo orientation
This commit is contained in:
parent
f1329e668c
commit
cdf4745974
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user