nicknsy / jellyscrub

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

Try to hook into playbackstart and playbackstop events #13

Closed nicknsy closed 2 years ago

nicknsy commented 2 years ago

I see in the console debug that there are playbackstart and playbackstop events being fired by the jellyfin player. Maybe hooking into these for resetting values would be cleaner that the current method.

nicknsy commented 2 years ago

Seems like this isnt easily doable with webpack or whatever weird chunk thing is being used by jellyfin-web