summaryrefslogtreecommitdiff
path: root/Jel/JelApp.swift
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-12-22 17:14:21 -0500
committerShav Kinderlehrer <[email protected]>2023-12-22 17:14:21 -0500
commit5b78933de774fcf9291ba40e74dd928925699b0c (patch)
treeea256f35be0d2ef158306cd9a5dad1c72b4d6efd /Jel/JelApp.swift
parent62a8e5704edb604d41af34df7607adf6492ca855 (diff)
downloadjel-5b78933de774fcf9291ba40e74dd928925699b0c.tar.gz
jel-5b78933de774fcf9291ba40e74dd928925699b0c.zip
Start implementing dashboard view + async image loader
Diffstat (limited to 'Jel/JelApp.swift')
-rw-r--r--Jel/JelApp.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jel/JelApp.swift b/Jel/JelApp.swift
index 3040b5c..ab7a74d 100644
--- a/Jel/JelApp.swift
+++ b/Jel/JelApp.swift
@@ -26,6 +26,8 @@ struct JelApp: App {
.task {
AuthStateController.shared.load()
SettingsController.shared.load()
+ jellyfinClientController.setUrl(url: AuthStateController.shared.serverUrl)
+ jellyfinClientController.setToken(token: AuthStateController.shared.authToken ?? "")
}
}
}