This commit is contained in:
Fredrik Burmester
2026-01-19 08:21:55 +01:00
parent a8c07a31d3
commit a173db9180
14 changed files with 1718 additions and 262 deletions

View File

@@ -98,7 +98,7 @@ export const TVEpisodeCard: React.FC<TVEpisodeCardProps> = ({
}}
/>
)}
{!episode.UserData?.Played && <WatchedIndicator item={episode} />}
<WatchedIndicator item={episode} />
<ProgressBar item={episode} />
</View>
</TVFocusablePoster>