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:
parent
26a9563d8f
commit
07b1b1fbea
@ -82,7 +82,7 @@
|
|||||||
<top>5</top>
|
<top>5</top>
|
||||||
<width>30</width>
|
<width>30</width>
|
||||||
<height>30</height>
|
<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>
|
<aspectratio>keep</aspectratio>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
@ -158,7 +158,7 @@
|
|||||||
<top>5</top>
|
<top>5</top>
|
||||||
<width>30</width>
|
<width>30</width>
|
||||||
<height>30</height>
|
<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>
|
<aspectratio>keep</aspectratio>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
|
Loading…
Reference in New Issue
Block a user