mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Backport pull request #4069 from jellyfin/release-10.8.z
Fix images sometimes not un-blurring
Original-merge: 4c99480c42
Merged-by: Bill Thornton <thornbill@users.noreply.github.com>
Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
9439ea408e
commit
25e896ad6b
2 changed files with 2 additions and 1 deletions
|
@ -55,6 +55,7 @@
|
||||||
- [Viperinius](https://github.com/Viperinius)
|
- [Viperinius](https://github.com/Viperinius)
|
||||||
- [is343](https://github.com/is343)
|
- [is343](https://github.com/is343)
|
||||||
- [Meet Pandya](https://github.com/meet-k-pandya)
|
- [Meet Pandya](https://github.com/meet-k-pandya)
|
||||||
|
- [Peter Spenler](https://github.com/peterspenler)
|
||||||
|
|
||||||
# Emby Contributors
|
# Emby Contributors
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ worker.addEventListener(
|
||||||
source = entry;
|
source = entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entry.intersectionRatio > 0) {
|
if (entry.isIntersecting) {
|
||||||
if (source) {
|
if (source) {
|
||||||
fillImageElement(target, source);
|
fillImageElement(target, source);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue