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.

Avoid the 'too much recursion' xml error

+3 -1
+3 -1
src/Library/Sources/Services/AmazonS3.elm
··· 90 90 91 91 initialParams = 92 92 [ ( "list-type", "2" ) 93 - , ( "max-keys", "1000" ) 93 + 94 + -- NOTE: Can be 1000, but the XML parser seems to have trouble with that number. 95 + , ( "max-keys", "750" ) 94 96 ] 95 97 96 98 prefix =