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

update task buttons

This commit is contained in:
Luke Pulverenti 2015-01-22 11:41:34 -05:00
parent 3dcd5b04d5
commit 4b51e69e53
6 changed files with 52 additions and 14 deletions

View file

@ -1633,7 +1633,7 @@
}
// If really close to 16:9 (episode image), just return 16:9
if (Math.abs(1.777777778 - result) <= .15) {
if (Math.abs(1.777777778 - result) <= .2) {
return 1.777777778;
}