Skip to content

Commit

Permalink
Merge pull request #426 from Ch1llb0/MergeFixes
Browse files Browse the repository at this point in the history
Merge minor fixes
  • Loading branch information
Ch1llb0 authored Sep 18, 2022
2 parents 70c96f3 + d30ca29 commit 0b4276b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xml/DialogVideoInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@
<font>Font36</font>
<label>$INFO[ListItem.RatingAndVotes]</label>
<textcolor>$VAR[TextColorFO]</textcolor>
<visible>!Control.IsVisible(302) + !Control.IsVisible(303) + !Control.IsVisible(304) + !Control.IsVisible(305) + !Control.IsVisible(306)</visible>
<visible>!Control.IsVisible(302) + !Control.IsVisible(303) + !Control.IsVisible(304) + !Control.IsVisible(305) + !Control.IsVisible(306) + !String.IsEmpty(ListItem.RatingAndVotes)</visible>
</control>
<control type="fadelabel" id="302">
<include>DialogVideoInfo_coords15</include>
Expand Down
2 changes: 1 addition & 1 deletion xml/MusicOSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,9 @@
<control type="group">
<include>MusicOSD_coords10</include>
<visible>!Pvr.IsPlayingRadio</visible>
<animation effect="slide" end="120,0" time="0" condition="Control.IsVisible(13)">Conditional</animation>
<animation effect="slide" end="60,0" time="0" condition="!Control.IsVisible(13)">Conditional</animation>
<animation effect="slide" end="60,0" time="0" condition="!Control.IsVisible(14)">Conditional</animation>
<animation effect="slide" end="60,0" time="0" condition="!Control.IsVisible(18)">Conditional</animation>
<animation effect="slide" end="60,0" time="0" condition="!Control.IsVisible(19)">Conditional</animation>
<animation effect="slide" end="60,0" time="0" condition="!Control.IsVisible(20)">Conditional</animation>

Expand Down

0 comments on commit 0b4276b

Please sign in to comment.