From a25acb1219d506351717edef8ad728abcdaf50f9 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Sat, 23 Dec 2023 11:14:53 -0500 Subject: Use asyncImage for libraryIcons --- Jel/JelApp.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Jel/JelApp.swift') diff --git a/Jel/JelApp.swift b/Jel/JelApp.swift index 5dce28d..bb3fe1e 100644 --- a/Jel/JelApp.swift +++ b/Jel/JelApp.swift @@ -21,6 +21,7 @@ struct JelApp: App { ContentView() .environmentObject(jellyfinClientController) .task { + URLCache.shared.diskCapacity = 1_000_000_000 // 1GB cache for images AuthStateController.shared.load() SettingsController.shared.load() jellyfinClientController.setUrl(url: AuthStateController.shared.serverUrl) -- cgit v1.2.3