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: remove grab cursor

+1 -1
+1 -1
src/themes/winamp/winamp/element.js
··· 2202 2202 <div 2203 2203 class="track-cell" 2204 2204 style="color: ${r.color}; background-color: ${r 2205 - .bg}; cursor: grab;" 2205 + .bg};" 2206 2206 @click="${() => this.#selectTrack(r.idx)}" 2207 2207 @dblclick="${() => this.#playTrack(r.idx)}" 2208 2208 @mousedown="${(/** @type {MouseEvent} */ e) =>