diff options
author | ronie <ronie@poedel.net> | 2015-01-07 00:14:36 +0100 |
---|---|---|
committer | ronie <ronie@poedel.net> | 2015-01-07 00:14:36 +0100 |
commit | 4b80c7b81f73136048b8f4846be86684c1725975 (patch) | |
tree | e26f3b26c7701aa20ea16b735f373c557cf0244f /addons | |
parent | b21166d4455011cab57859d70a47d5f8c612f0a8 (diff) | |
parent | e897af5c1ff0817c51424afd369f654e48883773 (diff) |
Merge pull request #6115 from uNiversaI/patch-1
[confluence] Chapter foward always hidden by broken condition
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/VideoOSD.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/VideoOSD.xml b/addons/skin.confluence/720p/VideoOSD.xml index 6c67ea0a91..55e2f3fd90 100644 --- a/addons/skin.confluence/720p/VideoOSD.xml +++ b/addons/skin.confluence/720p/VideoOSD.xml @@ -110,8 +110,6 @@ <texturefocus>OSDNextTrackFO.png</texturefocus> <texturenofocus>OSDNextTrackNF.png</texturenofocus> <onclick>PlayerControl(Next)</onclick> - <enable>IntegerGreaterThan(Playlist.Length(video),1)</enable> - <animation effect="fade" start="100" end="0" time="100" condition="!IntegerGreaterThan(Playlist.Length(video),1)">Conditional</animation> </control> <control type="image" id="2200"> <width>270</width> |