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: blur cover loading when changing sort direction

+1
+1
src/facets/themes/blur/browser/element.js
··· 676 676 @click="${() => { 677 677 const scope = this.$scope.value; 678 678 if (!scope) return; 679 + this.#disconnectCoverObserver(); 679 680 scope.setSortDirection( 680 681 scope.sortDirection() === `asc` ? `desc` : `asc`, 681 682 );