diff options
author | Shav Kinderlehrer <[email protected]> | 2024-01-07 16:41:45 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-01-07 16:41:45 -0500 |
commit | 4d40b0c083fa78a90337273b83b44f450c3d3d9b (patch) | |
tree | 63b8c559f735609cef3b94518e2e4084408e1ea1 /Jel/Views/Library/LibraryDetailView.swift | |
parent | a271314f15c30f59d84296a12aab280eda2d3c64 (diff) | |
download | jel-4d40b0c083fa78a90337273b83b44f450c3d3d9b.tar.gz jel-4d40b0c083fa78a90337273b83b44f450c3d3d9b.zip |
Use backdrop blurhash + rename LibraryIconView
Diffstat (limited to 'Jel/Views/Library/LibraryDetailView.swift')
-rw-r--r-- | Jel/Views/Library/LibraryDetailView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jel/Views/Library/LibraryDetailView.swift b/Jel/Views/Library/LibraryDetailView.swift index 1dc0c9c..ece4e74 100644 --- a/Jel/Views/Library/LibraryDetailView.swift +++ b/Jel/Views/Library/LibraryDetailView.swift @@ -39,7 +39,7 @@ struct LibraryDetailView: View { NavigationLink { ItemView(item: item) } label: { - LibraryIconView(library: item, imageType: "Primary", width: 150) + ItemIconView(item: item, imageType: "Primary", width: 150) .showCaption() .setAspectRatio(item.primaryImageAspectRatio ?? 0.6) .padding() |