diff options
author | anaconda <anaconda@menakite.eu> | 2014-08-22 20:49:40 +0200 |
---|---|---|
committer | anaconda <anaconda@menakite.eu> | 2014-08-23 16:28:09 +0200 |
commit | 74e6446a7ba4f202e2718141be4ce16af2efbcc1 (patch) | |
tree | c2cb3d5b999355a48d235882fa33543ab99df56e /addons/skin.confluence | |
parent | 60faade477359e06b4e8be74425c63bf56f927ba (diff) |
[confluence] Show votes for TV shows/episodes in DialogVideoInfo.
This makes it consistent with the infos shown for movies.
RatingAndVotes is intelligent enough to only show the rating if we don't know
the number of votes.
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/DialogVideoInfo.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/DialogVideoInfo.xml b/addons/skin.confluence/720p/DialogVideoInfo.xml index 0836787896..0c84e8ef67 100644 --- a/addons/skin.confluence/720p/DialogVideoInfo.xml +++ b/addons/skin.confluence/720p/DialogVideoInfo.xml @@ -456,9 +456,9 @@ </item> <item> <label>$LOCALIZE[563]:</label> - <label2>$INFO[ListItem.Rating]</label2> + <label2>$INFO[ListItem.RatingAndVotes]</label2> <onclick>noop</onclick> - <visible>!IsEmpty(ListItem.Rating)</visible> + <visible>!IsEmpty(ListItem.RatingAndVotes)</visible> </item> <item> <label>$LOCALIZE[15311]</label> @@ -631,9 +631,9 @@ </item> <item> <label>$LOCALIZE[563]:</label> - <label2>$INFO[ListItem.Rating]</label2> + <label2>$INFO[ListItem.RatingAndVotes]</label2> <onclick>noop</onclick> - <visible>!IsEmpty(ListItem.Rating)</visible> + <visible>!IsEmpty(ListItem.RatingAndVotes)</visible> </item> <item> <label>$LOCALIZE[15311]</label> |