summaryrefslogtreecommitdiff
path: root/Jel/Views/Dashboard/DashboardLibraryView.swift
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-12-23 14:15:01 -0500
committerShav Kinderlehrer <[email protected]>2023-12-23 14:15:01 -0500
commit53bdc33ac7e97e1c51dd27c8cb1943c7608b49d6 (patch)
tree8a34198d0865d745333a2b12e068d2bcbdb1db18 /Jel/Views/Dashboard/DashboardLibraryView.swift
parenta25acb1219d506351717edef8ad728abcdaf50f9 (diff)
downloadjel-53bdc33ac7e97e1c51dd27c8cb1943c7608b49d6.tar.gz
jel-53bdc33ac7e97e1c51dd27c8cb1943c7608b49d6.zip
Use Nuke to load images + start movieView
Diffstat (limited to 'Jel/Views/Dashboard/DashboardLibraryView.swift')
-rw-r--r--Jel/Views/Dashboard/DashboardLibraryView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jel/Views/Dashboard/DashboardLibraryView.swift b/Jel/Views/Dashboard/DashboardLibraryView.swift
index 00f0e68..2e0cd0e 100644
--- a/Jel/Views/Dashboard/DashboardLibraryView.swift
+++ b/Jel/Views/Dashboard/DashboardLibraryView.swift
@@ -21,7 +21,7 @@ struct DashboardLibraryView: View {
.progressViewStyle(.circular)
}
ScrollView(.horizontal, showsIndicators: false) {
- HStack {
+ LazyHStack {
ForEach(libraries) {library in
if library.collectionType == "movies" || library.collectionType == "tvshows" {
NavigationLink {