A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: now playing example

+1 -1
+1 -1
src/facets/examples/now-playing.html.txt
··· 23 23 }); 24 24 25 25 effect(() => { 26 - const now = components.engine.queue.now(); 26 + const now = queue.now(); 27 27 const currentlyPlaying = now ? output.tracks.collection().find(t => t.id === now.id) : undefined; 28 28 const tags = currentlyPlaying?.tags; 29 29