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: searching should use the AND operator, not OR.

+1
+1
src/components/processor/search/worker.js
··· 143 143 sortBy, 144 144 ...params, 145 145 // mode: "hybrid", 146 + threshold: 0, // AND operator: all search terms must match in at least one property 146 147 limit: 10000, 147 148 offset: tracks.length, 148 149 });