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.

chore: don't exclude items with no duration for now

+1 -1
+1 -1
src/themes/webamp/index.js
··· 124 124 if (addedItems.has(item.id) === false) return; 125 125 126 126 // TODO 127 - if (item.stats?.duration == undefined) return; 127 + // if (item.stats?.duration == undefined) return; 128 128 129 129 // TODO: Inserting at a specific index doesn't work 130 130 ampElement.addTrack(item);