diff options
Diffstat (limited to 'addons/skin.estuary/xml/DialogVideoInfo.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogVideoInfo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/DialogVideoInfo.xml b/addons/skin.estuary/xml/DialogVideoInfo.xml index 138dad926e..e8913b55ab 100644 --- a/addons/skin.estuary/xml/DialogVideoInfo.xml +++ b/addons/skin.estuary/xml/DialogVideoInfo.xml @@ -30,7 +30,7 @@ <width>526</width> <height>801</height> <aspectratio>scale</aspectratio> - <texture fallback="DefaultVideo.png">$VAR[InfoDialogPosterVar]</texture> + <texture fallback="DefaultVideo.png" background="true">$VAR[InfoDialogPosterVar]</texture> </control> <control type="group"> <visible>String.IsEqual(ListItem.DBType,episode) | String.IsEqual(ListItem.DBType,video)</visible> |