1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/components/subtitlesync
Marcus Nilsson 28ab879f3c Change Subtitle Sync slider to go from -300 to 300
This patch changes the subtitle sync from using a procentage to a
'slider value' that ranges from -300 to 300. The reasons for this is that
WebOS doesn't jump in 0.1 increments but instead jumps 1.0 increments in
the slider, which results in subtitle sync jumping 0.6s per increment.
Using a value from -300 to 300 makes LG WebOS jump 0.1s instead.
2023-08-24 13:23:31 +02:00
..
subtitlesync.js Change Subtitle Sync slider to go from -300 to 300 2023-08-24 13:23:31 +02:00
subtitlesync.scss Enable Stylelint rules for vendor prefixes 2022-12-20 23:49:26 +01:00
subtitlesync.template.html Change Subtitle Sync slider to go from -300 to 300 2023-08-24 13:23:31 +02:00