Background Resolution

This commit is contained in:
2026-01-08 15:17:37 +01:00
parent 7ad53fecda
commit 7ee38da60d
@@ -429,7 +429,7 @@ class _SeriesDetailScreenState extends ConsumerState<SeriesDetailScreen> {
decoration: bgPoster != null
? BoxDecoration(
image: DecorationImage(
image: NetworkImage('https://image.tmdb.org/t/p/w342$bgPoster'),
image: NetworkImage('https://image.tmdb.org/t/p/w780$bgPoster'),
fit: BoxFit.cover,
),
)