mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support photo orientation
This commit is contained in:
parent
c1524a86f7
commit
024c38c6fe
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.ImageOrientation) {
|
if (item.ImageOrientation) {
|
||||||
attributes.push(createAttribute(Globalize.translate('MediaInfoOrientation'), item.ImageOrientation));
|
//attributes.push(createAttribute(Globalize.translate('MediaInfoOrientation'), item.ImageOrientation));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.IsoSpeedRating) {
|
if (item.IsoSpeedRating) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue