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: base path webamp + loading indicator browser

+3 -2
+2 -1
src/themes/webamp/browser/element.js
··· 124 124 */ 125 125 render({ html }) { 126 126 const isLoading = this.$output.value?.tracks?.state() !== "loaded" || 127 - this.$search.value?.cacheId() === undefined; 127 + (this.$output.value?.tracks?.collection()?.length && 128 + this.$search.value?.cacheId() === undefined); 128 129 const tracks = this.#searchResults.value; 129 130 130 131 return html`
+1 -1
src/themes/webamp/index.vto
··· 1 1 --- 2 2 layout: layouts/diffuse.vto 3 - base: ../../../ 3 + base: ../../ 4 4 5 5 styles: 6 6 - themes/webamp/fonts.css