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: typo dasl-sync

+1 -1
+1 -1
src/components/transformer/output/bytes/dasl-sync/element.js
··· 451 451 const c = container().container; 452 452 453 453 /** @type {Container<T> | undefined} */ 454 - const cont = "merged" in c ? c.signal() : c; 454 + const cont = "merged" in c ? c.merged.signal() : c; 455 455 456 456 if (cont?.cid) return "loaded"; 457 457 return "loading";