From fa62edaf655f42f6024d7712bdcfa9b7d3ede358 Mon Sep 17 00:00:00 2001 From: Steven Vandevelde Date: Sat, 25 Jan 2025 22:32:45 +0100 Subject: [PATCH] chore: No longer cache all background images (closes #365) --- CHANGELOG.md | 1 + system/Build/Build.gren | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a744cc..b24e61b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Fixed issue with missing extensions when downloading playlists. - Removed Fission/Webnative user layer (discontinued). - Minor improvements/fixes to the artwork downloading process. +- No longer cache all background images when first loading the app. - A lot of javascript code refactoring. diff --git a/system/Build/Build.gren b/system/Build/Build.gren index 46bb7425..c2399f6a 100644 --- a/system/Build/Build.gren +++ b/system/Build/Build.gren @@ -119,6 +119,7 @@ tree = { absolute = False } ) + |> Array.filter (String.contains "images/Background/" >> (==) False) |> Json.Encode.array Json.Encode.string |> Json.Encode.encode 0 |> stringToBytes -- 2.51.2