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.

Merge pull request #553 from zisra/patch-1

Fix RTL subtitles

authored by

Jip Frijlink and committed by
GitHub
de30929d 3ddcb9fe

+1 -1
+1 -1
src/components/player/base/SubtitleView.tsx
··· 63 63 dangerouslySetInnerHTML={{ 64 64 __html: parsedHtml, 65 65 }} 66 - dir="auto" 66 + dir="ltr" 67 67 /> 68 68 </p> 69 69 );