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 PlaybackErrorPart.tsx

Pas 46975c72 99772ba5

+8
+8
src/pages/parts/player/PlaybackErrorPart.tsx
··· 40 40 {t("errors.showError")} 41 41 </Button> 42 42 </div> 43 + <Button 44 + theme="secondary" 45 + padding="md:px-12 p-2.5" 46 + className="mt-6" 47 + onClick={() => window.location.reload()} 48 + > 49 + {t("errors.reloadPage")} 50 + </Button> 43 51 </ErrorContainer> 44 52 {/* Error */} 45 53 <ErrorCardInModal