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

update emby tv

This commit is contained in:
Luke Pulverenti 2015-07-23 19:40:54 -04:00
parent a3c09327e0
commit d866746351
2 changed files with 5 additions and 5 deletions

View file

@ -145,7 +145,7 @@
html += '<div class="remoteImageDetails">';
if (image.Width || image.Height) {
if (image.Width && image.Height) {
html += image.Width + ' x ' + image.Height;
if (image.Language) {