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.

fix typescript error

Pas b59b136e a53a89a5

+1 -1
+1 -1
src/components/player/atoms/settings/Downloads.tsx
··· 75 75 if (!downloadUrl) return; 76 76 const title = meta?.title ? meta.title : "Video"; 77 77 const poster = meta?.poster; 78 - let subtitleText = null; 78 + let subtitleText: string | undefined; 79 79 80 80 if (selectedCaption?.srtData) { 81 81 subtitleText = selectedCaption.srtData;