pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

increase caption delay slider cap

Pas 2f90617e 2a103fc9

+2 -2
+2 -2
src/components/player/atoms/settings/CaptionSettingsView.tsx
··· 471 471 </span> 472 472 <CaptionDelay 473 473 label={t("player.menus.subtitles.settings.delay")} 474 - max={20} 475 - min={-20} 474 + max={40} 475 + min={-40} 476 476 onChange={(v) => setDelay(v)} 477 477 value={delay} 478 478 textTransformer={(s) => `${s}s`}