Skip to content

Commit

Permalink
Update Includes.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
beatmasterRS committed Feb 8, 2024
1 parent aae4f78 commit 7fa3a73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 1080i/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@
[Container.Content(tvshows) | String.IsEqual(ListItem.DBTYPE,tvshow) | Container.Content(season) | String.IsEqual(ListItem.DBTYPE,season)] + !String.IsEqual(ListItem.Overlay,OverlayWatched.png) + Integer.IsGreater(ListItem.Property(WatchedEpisodes),0) + !$EXP[IsNewTVShow] + !String.IsEqual(ListItem.Property(WatchedEpisodes),ListItem.Property(TotalEpisodes))
</expression>

<expression name="IsTVShowIsSeason">
[Container.Content(tvshows) | String.IsEqual(ListItem.DBTYPE,tvshow) | Container.Content(season) | String.IsEqual(ListItem.DBTYPE,season)]
</expression>

<expression name="IsTVShowInProgress301">
[Container.Content(tvshows) | String.IsEqual(Container(301).ListItem.DBTYPE,tvshow) | Container.Content(season) | String.IsEqual(Container(301).ListItem.DBTYPE,season)] + !String.IsEqual(Container(301).ListItem.Overlay,OverlayWatched.png) + Integer.IsGreater(Container(301).ListItem.Property(WatchedEpisodes),0) + !$EXP[IsNewTVShow301]
</expression>
Expand Down

0 comments on commit 7fa3a73

Please sign in to comment.