diff options
author | DaVukovic <dvukovic@gmx.de> | 2018-11-19 18:37:25 +0100 |
---|---|---|
committer | DaVukovic <dvukovic@gmx.de> | 2018-11-19 18:37:25 +0100 |
commit | 7904576a4af04d3cb76631a35f62b96c75a1c61c (patch) | |
tree | 5ac094fa9d3e041138c586ec6abf8cbf9e2481aa /addons/skin.estuary/xml/View_51_Poster.xml | |
parent | 70ec863c255678c830ee4dcb1a44c38938234c49 (diff) |
[Estuary] Movie listing and overview fixes for sets
Diffstat (limited to 'addons/skin.estuary/xml/View_51_Poster.xml')
-rw-r--r-- | addons/skin.estuary/xml/View_51_Poster.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/View_51_Poster.xml b/addons/skin.estuary/xml/View_51_Poster.xml index e8edd19aa9..9fe79775d8 100644 --- a/addons/skin.estuary/xml/View_51_Poster.xml +++ b/addons/skin.estuary/xml/View_51_Poster.xml @@ -112,7 +112,7 @@ <autoscroll time="3000" delay="7000" repeat="5000">!System.HasActiveModalDialog + Skin.HasSetting(AutoScroll)</autoscroll> <label>$INFO[ListItem.Plot]</label> <shadowcolor>text_shadow</shadowcolor> - <visible>!ListItem.IsCollection</visible> + <visible>![ListItem.IsCollection + String.IsEmpty(ListItem.Plot)]</visible> </control> </control> </control> |