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.

2.2.2

+8 -4
+5 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.2.2 4 + 5 + - Fixes several buttons that weren't working anymore 6 + 3 7 ## 2.2.1 4 8 5 - - Add support for Google Drive nested directories 9 + - Adds support for Google Drive nested directories 6 10 - Fixes processing issues with Google Drive 7 11 - Fixes processing issues with WebDAV 8 12
+2 -2
src/Applications/UI/Kit.elm
··· 189 189 tag 190 190 (case maybeMsg of 191 191 Just msg -> 192 - [ onClick msg ] 192 + attributes ++ [ onClick msg ] 193 193 194 194 Nothing -> 195 - [] 195 + attributes 196 196 ) 197 197 (List.append 198 198 defaultClasses
+1 -1
src/Static/Manifests/manifest.json
··· 2 2 "name": "Diffuse", 3 3 "short_name": "Diffuse", 4 4 "description": "A music player that connects to your cloud/distributed storage", 5 - "version": "2.2.1", 5 + "version": "2.2.2", 6 6 "author": "Steven Vandevelde <icid.asset@gmail.com>", 7 7 "icons": [ 8 8 {