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: another attempt to fix offline dasl reads

+1 -1
+1 -1
src/components/transformer/output/bytes/dasl-sync/element.js
··· 405 405 collection: computed(() => { 406 406 const c = container(); 407 407 408 - if (remoteReady() && remote.collection().state === "loading") { 408 + if (c.cid === undefined && remoteReady() && remote.collection().state === "loading") { 409 409 return { state: "loading" }; 410 410 } 411 411