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.

Update src/stores/player/utils/captionstranslation.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

authored by

vlOd
Copilot
and committed by
GitHub
96b74aa1 eab6113a

+1 -1
+1 -1
src/stores/player/utils/captionstranslation.ts
··· 89 89 } 90 90 if (!text) { 91 91 console.error("Failed to translate caption"); 92 - caption.text = `(CAPTION COULD NOT BE TRANSLATED)\n${caption.text}}`; 92 + caption.text = `(CAPTION COULD NOT BE TRANSLATED)\n${caption.text}`; 93 93 return false; 94 94 } 95 95 caption.text = text.trim();