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

update search

This commit is contained in:
Luke Pulverenti 2015-08-21 23:30:19 -04:00
parent 6b85af3c7e
commit c3069b933f
3 changed files with 5 additions and 5 deletions

View file

@ -1384,7 +1384,7 @@
} else if (primaryImageAspectRatio && Math.abs(primaryImageAspectRatio - 0.6666667) < .2) {
options.shape = options.shape == 'auto' ? 'portrait' : 'portrait';
} else {
options.shape = options.defaultShape || (options.shape == 'auto' ? 'portrait' : 'portrait');
options.shape = options.defaultShape || (options.shape == 'auto' ? 'square' : 'square');
}
}