1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

merge from dev

This commit is contained in:
Luke Pulverenti 2016-01-21 23:07:18 -05:00
parent 9a4673fb35
commit 3c735c024d
2 changed files with 3 additions and 1 deletions

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) {