diff options
author | Shav Kinderlehrer <[email protected]> | 2024-01-08 08:26:46 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-01-08 08:26:46 -0500 |
commit | ca47292e3d2ebb5024c8c9ebbe8211f2779a4a81 (patch) | |
tree | 66c9b491558ffc64e549d2b2abb5789bae8b9456 /Jel/JelApp.swift | |
parent | 1f25fa576db43fa69298c74376188e1fe9af6e6b (diff) | |
download | jel-ca47292e3d2ebb5024c8c9ebbe8211f2779a4a81.tar.gz jel-ca47292e3d2ebb5024c8c9ebbe8211f2779a4a81.zip |
Add server URL to settings
Diffstat (limited to 'Jel/JelApp.swift')
-rw-r--r-- | Jel/JelApp.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jel/JelApp.swift b/Jel/JelApp.swift index bb3fe1e..5dce28d 100644 --- a/Jel/JelApp.swift +++ b/Jel/JelApp.swift @@ -21,7 +21,6 @@ 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) |