From 2e38084708157701e285fb2f1fab4dea1920be92 Mon Sep 17 00:00:00 2001 From: Ethan Pippin Date: Tue, 31 Aug 2021 23:20:34 -0600 Subject: [PATCH] Update ItemLandscapeMainView.swift --- JellyfinPlayer/ItemView/Landscape/ItemLandscapeMainView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/JellyfinPlayer/ItemView/Landscape/ItemLandscapeMainView.swift b/JellyfinPlayer/ItemView/Landscape/ItemLandscapeMainView.swift index 630f4f00..4ebb9061 100644 --- a/JellyfinPlayer/ItemView/Landscape/ItemLandscapeMainView.swift +++ b/JellyfinPlayer/ItemView/Landscape/ItemLandscapeMainView.swift @@ -67,7 +67,6 @@ struct ItemLandscapeMainView: View { // MARK: ItemViewBody if let episodeViewModel = viewModel as? SeasonItemViewModel { CardVStackView(items: episodeViewModel.episodes) - .frame(maxWidth: 400) } else { ItemViewBody() .environmentObject(viewModel)