Skip to content

Commit

Permalink
Updates for Kodi 17.1
Browse files Browse the repository at this point in the history
17.1 had a very minor change to 2 lines.  Basically no change to the view.
  • Loading branch information
rocky4546 authored Mar 31, 2017
1 parent 6288797 commit c2c936e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/share/kodi/addons/skin.estuary/xml/MyPVRChannels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<right>120</right>
<aligny>top</aligny>
<font>font14</font>
<animation effect="slide" start="0,0" end="0,18" time="0">Conditional</animation>
<animation effect="slide" start="0,0" end="0,14" time="0" condition="String.IsEmpty(ListItem.Title)">Conditional</animation>
<label>$INFO[ListItem.Label]</label>
<shadowcolor>text_shadow</shadowcolor>
</control>
Expand Down Expand Up @@ -131,7 +131,7 @@
<aligny>top</aligny>
<font>font14</font>
<label>$INFO[ListItem.Label]</label>
<animation effect="slide" start="0,0" end="0,18" time="0">Conditional</animation>
<animation effect="slide" start="0,0" end="0,14" time="0" condition="String.IsEmpty(ListItem.Title)">Conditional</animation>
<shadowcolor>text_shadow</shadowcolor>
</control>
<control type="label">
Expand Down

0 comments on commit c2c936e

Please sign in to comment.