A music player that connects to your cloud/distributed storage.

chore: No longer cache all background images (closes #365)

Changed files
+2
system
Build
+1
CHANGELOG.md
··· 12 12 - Fixed issue with missing extensions when downloading playlists. 13 13 - Removed Fission/Webnative user layer (discontinued). 14 14 - Minor improvements/fixes to the artwork downloading process. 15 + - No longer cache all background images when first loading the app. 15 16 - A lot of javascript code refactoring. 16 17 17 18
+1
system/Build/Build.gren
··· 119 119 { absolute = False 120 120 } 121 121 ) 122 + |> Array.filter (String.contains "images/Background/" >> (==) False) 122 123 |> Json.Encode.array Json.Encode.string 123 124 |> Json.Encode.encode 0 124 125 |> stringToBytes