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.

Fixes #191

+5 -1
+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.3.2 4 + 5 + - Fixes Amazon S3 processing issue in Chrome (max call stack) 6 + 3 7 ## 2.3.1 4 8 5 9 - Fixes Firefox CSS issues
+1 -1
src/Library/Sources/Services/AmazonS3.elm
··· 114 114 115 115 initialParams = 116 116 [ ( "list-type", "2" ) 117 - , ( "max-keys", "1000" ) 117 + , ( "max-keys", "750" ) 118 118 ] 119 119 120 120 prefix =