Skip to content

Commit

Permalink
[Flags] fixed issue with in progress tv shows
Browse files Browse the repository at this point in the history
  • Loading branch information
beatmasterRS committed Jul 11, 2024
1 parent 592de17 commit 02dc29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1080i/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
</expression>

<expression name="IsTVShowInProgress">
[Container.Content(tvshows) | String.IsEqual(ListItem.DBTYPE,tvshow) | Container.Content(season) | String.IsEqual(ListItem.DBTYPE,season)] + !String.IsEqual(ListItem.Overlay,OverlayWatched.png) + !$EXP[IsNewTVShow] + [!String.IsEqual(ListItem.Property(WatchedEpisodes),ListItem.Property(TotalEpisodes)) | Integer.IsGreater(ListItem.Property(WatchedEpisodes),0)]
[Container.Content(tvshows) | String.IsEqual(ListItem.DBTYPE,tvshow) | Container.Content(season) | String.IsEqual(ListItem.DBTYPE,season)] + !String.IsEqual(ListItem.Overlay,OverlayWatched.png) + !$EXP[IsNewTVShow] + [[!String.IsEqual(ListItem.Property(WatchedEpisodes),ListItem.Property(TotalEpisodes)) + !String.IsEqual(ListItem.Property(WatchedEpisodes),0) + !String.IsEmpty(ListItem.Property(WatchedEpisodes))] | Integer.IsGreater(ListItem.Property(WatchedEpisodes),0)]
</expression>

<expression name="IsTVShowInProgress301">
Expand Down

0 comments on commit 02dc29d

Please sign in to comment.