mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
implement worker without proxies for better compatibility with old devices
This commit is contained in:
parent
e678d59a41
commit
5716e4cf05
3 changed files with 78 additions and 87 deletions
|
@ -13,7 +13,10 @@
|
|||
callback(entry);
|
||||
});
|
||||
},
|
||||
{rootMargin: '25%'});
|
||||
{
|
||||
rootMargin: '50%',
|
||||
threshold: 0
|
||||
});
|
||||
|
||||
this.observer = observer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue