summaryrefslogtreecommitdiff
path: root/Jel/JelApp.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Jel/JelApp.swift')
-rw-r--r--Jel/JelApp.swift1
1 files changed, 1 insertions, 0 deletions
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)