mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 15:38:13 -07:00
fix: Improve watched logic for posters
This commit is contained in:
parent
a3ccb6009c
commit
0739247836
2 changed files with 3 additions and 2 deletions
|
|
@ -196,8 +196,7 @@ class PosterImage extends ConsumerWidget {
|
|||
),
|
||||
),
|
||||
),
|
||||
if (poster is! PhotoAlbumModel && (poster.unPlayedItemCount != null && poster is SeriesModel) ||
|
||||
(poster.playAble && !poster.unWatched))
|
||||
if ((poster.unPlayedItemCount != null && poster is SeriesModel) || poster.watched)
|
||||
IgnorePointer(
|
||||
child: Align(
|
||||
alignment: Alignment.topRight,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue