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:
parent
3dcd5b04d5
commit
4b51e69e53
6 changed files with 52 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue