From 6a4f4767e0e8ce2980826a653e03183b067da152 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 21 Nov 2025 00:53:01 +0900 Subject: [PATCH] =?UTF-8?q?feat(series-all):=20=EC=8B=9C=EB=A6=AC=EC=A6=88?= =?UTF-8?q?=20=EC=95=84=EC=9D=B4=ED=85=9C=EC=9D=84=20SeriesListItemView=20?= =?UTF-8?q?->=20SeriesMainItemView=EB=A1=9C=20=EB=B3=80=EA=B2=BD=ED=95=98?= =?UTF-8?q?=EC=97=AC=20=EC=B5=9C=EC=8B=A0=20=EC=8B=9C=EB=A6=AC=EC=A6=88=20?= =?UTF-8?q?UI=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/Series/SeriesListAllView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Content/Series/SeriesListAllView.swift b/SodaLive/Sources/Content/Series/SeriesListAllView.swift index e9804af..d4e7dc1 100644 --- a/SodaLive/Sources/Content/Series/SeriesListAllView.swift +++ b/SodaLive/Sources/Content/Series/SeriesListAllView.swift @@ -51,7 +51,7 @@ struct SeriesListAllView: View { NavigationLink { SeriesDetailView(seriesId: item.seriesId) } label: { - SeriesListItemView(itemWidth: width, item: item) + SeriesMainItemView(item: item, width: width, height: width * 227 / 160) .contentShape(Rectangle()) .onAppear { if index == viewModel.seriesList.count - 1 {