A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix issue with symbols in search

+1 -1
+1
CHANGELOG.md
··· 6 6 - **Automatically prepend `_dnslink.` when using a domain name with an IPFS source** 7 7 - Better color for the current-playing track 8 8 - Explain more things in the UI and on the about page 9 + - Fixed issue with symbols in search 9 10 - Improve onboarding 10 11 - Show processing progress on sources screen 11 12 - Show the amount of tracks you have
-1
src/Javascript/Workers/search.js
··· 105 105 const builder = new lunr.Builder 106 106 107 107 builder.pipeline.add( 108 - lunr.trimmer, 109 108 lunr.stemmer 110 109 ) 111 110