diff options
author | Shav Kinderlehrer <[email protected]> | 2024-01-30 16:52:53 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-01-30 16:52:53 -0500 |
commit | 092084cb5645565b019d6af106474f290a22317e (patch) | |
tree | b55e39d8a0c899e288b3b073b92f26ebfb95bc58 /Jel/Views/Library/LibraryDetailView.swift | |
parent | 4c98eef1201c42100597d0093988db60b03b0e32 (diff) | |
download | jel-092084cb5645565b019d6af106474f290a22317e.tar.gz jel-092084cb5645565b019d6af106474f290a22317e.zip |
Implement ItemPersonView media links
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 5f0d9a7..c75cf39 100644 --- a/Jel/Views/Library/LibraryDetailView.swift +++ b/Jel/Views/Library/LibraryDetailView.swift @@ -40,7 +40,7 @@ struct LibraryDetailView: View { NavigationLink { ItemView(item: item) } label: { - ItemIconView(item: item, imageType: "Primary", width: 150) + ItemIconView(item: item, width: 150) .showCaption() .setAspectRatio(item.primaryImageAspectRatio ?? 0.6) .padding() |