Skip to content

Commit

Permalink
show rating provider when votes are 0
Browse files Browse the repository at this point in the history
  • Loading branch information
BigNoid committed Aug 9, 2017
1 parent 0b38dc9 commit d521cdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1080i/variables.xml
Expand Up @@ -169,6 +169,8 @@
<value>$INFO[ListItem.Icon]</value>
</variable>
<variable name="RatingAndVotesVar">
<value condition="String.IsEqual(ListItem.Votes,0) + !String.IsEmpty(ListItem.Rating(imdb))">$LOCALIZE[368]</value>
<value condition="String.IsEqual(ListItem.Votes,0) + !String.IsEmpty(ListItem.Rating(tmdb))">$LOCALIZE[31120]</value>
<value condition="String.IsEmpty(ListItem.Votes)">$LOCALIZE[563]</value>
<value>$INFO[ListItem.Votes,, $LOCALIZE[205]]</value>
</variable>
Expand Down

0 comments on commit d521cdc

Please sign in to comment.