nicknsy / jellyscrub

Smooth mouse-over video scrubbing previews for Jellyfin.
MIT License
668 stars 27 forks source link

Fix script to support older versions of chrome #58

Closed NeroPcStation closed 1 year ago

NeroPcStation commented 1 year ago

Fix script to work on chromium 79 and older which does not have support for optional chaining and nullish coalescing. This fixes LG WebOS 6.0 and 5.0

Git-Boy-Slim commented 1 year ago

Fix script to work on chromium 79 and older which does not have support for optional chaining and nullish coalescing. This fixes LG WebOS 6.0 and 5.0

Hi @NeroPcStation Did this made Jellyscrub working on your TV? I have a LG OLED55CX9LA and it runs webOS version 5.4.2-25. So I hoped after nicknsy merged your Pull request Jellyscrub would work on my webOS-client v1.1.2, but unfortunately it doesn't. Is there anything else I need to change?