MyPVRRecordings: Use Listitem.ActualIcon to ensure channel logo is displayed. Listitem.Icon will prefer a thumbnail over icon, if available. This is not intended here. (#15)

Thanks
This commit is contained in:
Kai Sommerfeld 2016-07-09 15:14:38 +02:00 committed by Kevin Goffe
parent 26a9563d8f
commit 07b1b1fbea

View File

@ -82,7 +82,7 @@
<top>5</top>
<width>30</width>
<height>30</height>
<texture background="true" fallback="DefaultVideoCover.png">$INFO[ListItem.Icon]</texture>
<texture background="true" fallback="DefaultVideoCover.png">$INFO[ListItem.ActualIcon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
@ -158,7 +158,7 @@
<top>5</top>
<width>30</width>
<height>30</height>
<texture background="true" fallback="DefaultVideoCover.png">$INFO[ListItem.Icon]</texture>
<texture background="true" fallback="DefaultVideoCover.png">$INFO[ListItem.ActualIcon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">