mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -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
|
@override
|
||||||
Widget build(BuildContext context, WidgetRef ref) {
|
Widget build(BuildContext context, WidgetRef ref) {
|
||||||
Widget placeHolder = Container(
|
Widget placeHolder = Container(
|
||||||
color: Theme.of(context).colorScheme.surfaceContainerHighest,
|
height: double.infinity,
|
||||||
child: const Icon(Icons.local_movies_outlined),
|
child: const Icon(Icons.local_movies_outlined),
|
||||||
);
|
);
|
||||||
bool episodeAvailable = episode.status == EpisodeStatus.available;
|
bool episodeAvailable = episode.status == EpisodeStatus.available;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue