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.

Don't always mkdir

+1
+1
src/Javascript/Brain/user.js
··· 227 227 ) 228 228 229 229 return wnfs.exists(PLAYLISTS_PATH).then(exists => { 230 + if (exists) return true 230 231 return wnfs.mkdir(PLAYLISTS_PATH) 231 232 232 233 }).then(_ =>