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.

Adapt new BTFS service to the adjusted IPFS service

+2 -2
+2 -2
src/Library/Sources/Services/Btfs.elm
··· 117 117 118 118 -} 119 119 makeTrackUrl : Time.Posix -> SourceData -> HttpMethod -> String -> String 120 - makeTrackUrl _ srcData _ hash = 121 - Ipfs.extractGateway srcData ++ "/btfs/" ++ hash 120 + makeTrackUrl _ srcData _ path = 121 + Ipfs.extractGateway srcData ++ "/btfs/" ++ Ipfs.rootHash srcData ++ "/" ++ Ipfs.encodedPath path