[skin.confluence] v3.0.26 (#14)
- Show addon status if available, instead of size
This commit is contained in:
parent
505cdca7e1
commit
f2d2e44520
@ -39,8 +39,8 @@
|
||||
<constant name="DepthSideBlade">0.15</constant>
|
||||
<!-- VARIABLES -->
|
||||
<variable name="AddonLabel2">
|
||||
<value condition="!String.IsEmpty(ListItem.AddonSize)">$INFO[ListItem.AddonSize]</value>
|
||||
<value condition="!String.IsEmpty(ListItem.Property(Addon.Status))">$INFO[ListItem.Property(Addon.Status)]</value>
|
||||
<value condition="!String.IsEmpty(ListItem.AddonSize)">$INFO[ListItem.AddonSize]</value>
|
||||
</variable>
|
||||
<variable name="MusicInfoHeader">
|
||||
<value condition="Container.Content(Artists)">$INFO[ListItem.Artist]</value>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon
|
||||
id="skin.confluence"
|
||||
version="3.0.25"
|
||||
version="3.0.26"
|
||||
name="Confluence"
|
||||
provider-name="Jezz_X, Team Kodi">
|
||||
<requires>
|
||||
|
@ -1,3 +1,7 @@
|
||||
[B]3.0.26[/B]
|
||||
|
||||
- Show addon status if available, instead of size
|
||||
|
||||
[B]3.0.25[/B]
|
||||
|
||||
- Added size label to addon browser
|
||||
@ -294,4 +298,4 @@
|
||||
|
||||
[B]1.0.0[/B]
|
||||
|
||||
- Initial Commit to the SVN
|
||||
- Initial Commit to the SVN
|
||||
|
Loading…
Reference in New Issue
Block a user