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 some text

Pas 9b09020a d8abfdb8

+6 -4
+3 -2
src/pages/onboarding/Onboarding.tsx
··· 79 79 <p className="max-w-[30rem] font-medium"> 80 80 <Trans i18nKey="settings.connections.febbox.description"> 81 81 Bring your own Febbox account to get the best streaming with 82 - 4K quality, Dolby Atmos, and the best (fastest) load times! 82 + 4K quality, Dolby Atmos, skip intro and the best (fastest) 83 + load times! 83 84 </Trans> 84 85 </p> 85 86 </div> ··· 164 165 {status === "error" && ( 165 166 <p className="text-type-danger mt-4"> 166 167 Failed to fetch a &quot;VIP&quot; stream. Token is invalid or 167 - API is down 168 + API is down! 168 169 </p> 169 170 )} 170 171 </>
+3 -2
src/pages/parts/settings/ConnectionsPart.tsx
··· 256 256 <p className="max-w-[30rem] font-medium"> 257 257 <Trans i18nKey="settings.connections.febbox.description"> 258 258 Bring your own Febbox account to get the best streaming with 4K 259 - quality, Dolby Atmos, and the best (fastest) load times! 259 + quality, Dolby Atmos, skip intro and the best (fastest) load 260 + times! 260 261 </Trans> 261 262 </p> 262 263 </div> ··· 340 341 {status === "error" && ( 341 342 <p className="text-type-danger mt-4"> 342 343 Failed to fetch a &quot;VIP&quot; stream. Token is invalid or 343 - API is down 344 + API is down! 344 345 </p> 345 346 )} 346 347 </>