frontend for xcvr appview

this is the real endpoint now

+1 -1
+1 -1
src/lib/wscontext.svelte.ts
··· 238 238 }).then((val) => console.log(val), (val) => console.log(val)) 239 239 }, 2000) 240 240 }) 241 - const contentAddress = `${api}/lrc/getImage?handle=${this.handle}&cid=${this.atpblob.ref["$link"]}` 241 + const contentAddress = `${api}/xrpc/org.xcvr.lrc.getImage?handle=${this.handle}&cid=${this.atpblob.ref["$link"]}` 242 242 if (this.mediaactive) { 243 243 pubImage(alt, contentAddress, this) 244 244 }