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.

clear embed id when switching sources

Pas 33b08b86 a39c020b

+1
+1
src/stores/player/slices/source.ts
··· 154 154 set((s) => { 155 155 s.status = playerStatus.PLAYING; 156 156 s.sourceId = id; 157 + s.embedId = null; 157 158 }); 158 159 }, 159 160 setEmbedId(id) {