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.

Remove console.log

-1
-1
src/Javascript/Brain/user.js
··· 105 105 const getFs = () => wnfs 106 106 107 107 constructFission.call(self).then(() => { 108 - console.log(request) 109 108 if (request.method === "loadFileSystem") { 110 109 self.webnative.loadFileSystem(...request.arguments).then(fs => { 111 110 wnfs = fs