[skin.confluence] v3.0.26 (#14)
- Show addon status if available, instead of size
This commit is contained in:
committed by
Kevin Goffe
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>
|
||||
|
Reference in New Issue
Block a user