Skip to content

Commit

Permalink
Merge pull request xbmc#14941 from ronie/estuary-viz
Browse files Browse the repository at this point in the history
[skin.estuary] fix visualization visibility
  • Loading branch information
MartijnKaijser authored Nov 26, 2018
2 parents 57518d6 + 0761d14 commit c86c69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/skin.estuary/xml/MusicVisualisation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</control>
</control>
<control type="group">
<animation effect="fade" start="100" end="30" time="0" condition="!Skin.HasSetting(hide_background_fanart) + [!String.IsEmpty(Player.Art(fanart)) | Visualisation.Enabled | System.HasAddon(script.artistslideshow)]">Conditional</animation>
<animation effect="fade" start="100" end="30" time="0" condition="[!Skin.HasSetting(hide_background_fanart) + [!String.IsEmpty(Player.Art(fanart)) | System.HasAddon(script.artistslideshow)]] | Visualisation.Enabled">Conditional</animation>
<include>ColoredBackgroundImages</include>
</control>
<control type="group">
Expand Down

0 comments on commit c86c69e

Please sign in to comment.