chore: Season posters

This commit is contained in:
PartyDonut 2025-10-11 20:11:03 +02:00
parent be2bad14f1
commit bbed9cb82b
2 changed files with 16 additions and 12 deletions

View file

@ -173,7 +173,6 @@ class _SeriesDetailScreenState extends ConsumerState<SeriesDetailScreen> {
SeasonsRow(
contentPadding: padding,
seasons: details.seasons,
onSeasonPressed: (season) => season.navigateTo(context),
),
if (details.overview.people.isNotEmpty)
PeopleRow(