diff options
author | ksooo <3226626+ksooo@users.noreply.github.com> | 2024-01-08 23:53:01 +0100 |
---|---|---|
committer | ksooo <3226626+ksooo@users.noreply.github.com> | 2024-01-09 22:49:05 +0100 |
commit | ed7dae2b8c6ecb428c6c31f24a0ad2eeea933379 (patch) | |
tree | cc63d9800bb6632fd3420754aadd2d00251d99af /addons | |
parent | f542627e71b586f92ceb163aa4d49ba61d952378 (diff) |
[Estuary] Fix VideoSelectLayout to always use ListItem.VideoVersionName, because ListItem.Label (used as default) does not always contain the version name.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/Includes_DialogSelect.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Includes_DialogSelect.xml b/addons/skin.estuary/xml/Includes_DialogSelect.xml index 3ee9240ba3..f311ae3e06 100644 --- a/addons/skin.estuary/xml/Includes_DialogSelect.xml +++ b/addons/skin.estuary/xml/Includes_DialogSelect.xml @@ -750,7 +750,9 @@ <onright>61</onright> <pagecontrol>61</pagecontrol> <scrolltime>200</scrolltime> - <include>MediaInfoListLayout</include> + <include content="MediaInfoListLayout"> + <param name="label_1" value="$INFO[ListItem.VideoVersionName]" /> + </include> </control> <control type="scrollbar" id="61"> <left>1320</left> |