aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorFrank Howie <howie-f@kodi.tv>2022-08-13 05:56:14 +0200
committerFrank Howie <howie-f@kodi.tv>2022-08-13 12:53:51 +0200
commitbf4eac728d832807d0013f4a25ed6dd8b3e8b384 (patch)
tree9e001dbe8e784bdb117d021222cdb5b2f0f44a56 /addons
parent61f7ea86a6e559209135995530a4b105eeed744b (diff)
[estuary] enable texture cache for View_53_Shift/DialogVideoInfo
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/DialogVideoInfo.xml2
-rw-r--r--addons/skin.estuary/xml/View_53_Shift.xml4
2 files changed, 3 insertions, 3 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>
diff --git a/addons/skin.estuary/xml/View_53_Shift.xml b/addons/skin.estuary/xml/View_53_Shift.xml
index bf9c27a0a3..d554158349 100644
--- a/addons/skin.estuary/xml/View_53_Shift.xml
+++ b/addons/skin.estuary/xml/View_53_Shift.xml
@@ -79,7 +79,7 @@
<width>370</width>
<height>480</height>
<aspectratio aligny="center">keep</aspectratio>
- <texture fallback="DefaultVideo.png">$VAR[ShiftThumbVar]</texture>
+ <texture fallback="DefaultVideo.png" background="true">$VAR[ShiftThumbVar]</texture>
<bordertexture border="21" infill="false">overlays/shadow.png</bordertexture>
<bordersize>20</bordersize>
</control>
@@ -166,7 +166,7 @@
<width>370</width>
<height>480</height>
<aspectratio aligny="center">keep</aspectratio>
- <texture fallback="DefaultVideo.png">$VAR[ShiftThumbVar]</texture>
+ <texture fallback="DefaultVideo.png" background="true">$VAR[ShiftThumbVar]</texture>
<bordertexture border="21" infill="false">overlays/shadow.png</bordertexture>
<bordersize>20</bordersize>
</control>