mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Episode posters placeholder
This commit is contained in:
parent
eb51d88d84
commit
0eaa4c1d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class EpisodePoster extends ConsumerWidget {
|
|||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
Widget placeHolder = Container(
|
||||
color: Theme.of(context).colorScheme.surfaceContainerHighest,
|
||||
height: double.infinity,
|
||||
child: const Icon(Icons.local_movies_outlined),
|
||||
);
|
||||
bool episodeAvailable = episode.status == EpisodeStatus.available;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue