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.

Enable autoplay by default

+3 -1
+2
public/config.js
··· 17 17 18 18 // A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>" 19 19 VITE_DISALLOWED_IDS: "", 20 + 21 + VITE_ALLOW_AUTOPLAY: true, 20 22 };
+1 -1
src/stores/preferences/index.tsx
··· 18 18 s.enableThumbnails = v; 19 19 }); 20 20 }, 21 - enableAutoplay: false, 21 + enableAutoplay: true, 22 22 setEnableAutoplay(v) { 23 23 set((s) => { 24 24 s.enableAutoplay = v;