diff options
author | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-08-23 23:13:28 +0200 |
---|---|---|
committer | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-08-25 17:31:59 +0200 |
commit | 0d3f7bf39af453e8dcf37ff7791af72a44dedf56 (patch) | |
tree | 6cb022d92496d11bbfca7770a34b1f9590995f93 /addons/skin.estuary/xml/View_54_InfoWall.xml | |
parent | 12c3b94ec66a45c8a28119c2b16aec714c83286b (diff) |
[Estuary] Movie sets: Show watched/in progress/total counts in home screen listings and video window listings (aligned with what we have for TV shows).
Diffstat (limited to 'addons/skin.estuary/xml/View_54_InfoWall.xml')
-rw-r--r-- | addons/skin.estuary/xml/View_54_InfoWall.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/View_54_InfoWall.xml b/addons/skin.estuary/xml/View_54_InfoWall.xml index 9beacf1f95..92487d5fa4 100644 --- a/addons/skin.estuary/xml/View_54_InfoWall.xml +++ b/addons/skin.estuary/xml/View_54_InfoWall.xml @@ -308,7 +308,7 @@ </control> </control> <control type="group"> - <visible>String.IsEqual(ListItem.DBtype,tvshow)</visible> + <visible>String.IsEqual(ListItem.DBtype,tvshow) | String.IsEqual(ListItem.DBtype,set)</visible> <control type="image"> <left>35</left> <top>320</top> |