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

Configure Feed

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

fix: deck controller url

+2 -6
+2 -6
src/facets/themes/blur/artwork-controller/element.js
··· 425 425 : `block`}; cursor: pointer;" 426 426 @click="${() => { 427 427 const base = document.baseURI; 428 - const facetUrl = new URL( 429 - "facets/themes/blur/artwork-controller/facet/index.html", 430 - base, 431 - ); 432 - facetUrl.searchParams.set("group", this.group); 433 428 const loaderUrl = new URL("l/", base); 434 429 loaderUrl.searchParams.set( 435 430 "path", 436 - facetUrl.pathname.slice(1) + facetUrl.search, 431 + "facets/themes/blur/artwork-controller/facet/index.html", 437 432 ); 433 + loaderUrl.searchParams.set("group", this.group); 438 434 window.open(loaderUrl.toString(), "_blank"); 439 435 }}" 440 436 >