Fix suggestion: X of Y EPISODES WATCHED
#1
Lightbulb 
There is a bug in the TV Shows views. When in "Show Only New Videos" mode, the total number of unwatched episodes is shown where the total number of episodes should be presented.

For instance, if you have a TV show with 46 episodes, 12 of which are unwatched, it's gonna show "34 OF 12 EPISODES WATCHED" when in "Show Only New Videos" mode.

In IncludeLibraryInfo.xml, changing
Code:
ListItem.Episode
to
Code:
ListItem.Property(TotalEpisodes)
on lines 206, 294, 904 and 993 seems to fix the issue.
Reply
#2
Nice one, I hadn't had a chance to get to this yet. Its things like this that we need from our users, thanks for the input I'll add it to the build asap.
Team Blackbolt - Digital Design
Twitter.com/TeamBlackbolt | TeamBlackbolt.co.uk
Reply

Logout Mark Read Team Forum Stats Members Help
Fix suggestion: X of Y EPISODES WATCHED0