diff options
author | ronie <ronie@users.noreply.github.com> | 2021-06-13 02:21:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-13 02:21:58 +0200 |
commit | f5c60511e64a4d12083ba2347678b2759ff4afee (patch) | |
tree | 3f27be8ed21e1c78aeed582c7520100b26ff7eca /addons | |
parent | 4b03fb2a3f223fd7565c2f037a2bcafa91ed29cb (diff) | |
parent | 1961c2378145c59cca672177de6b4b2078987537 (diff) |
Merge pull request #19792 from ronie/BP-PR19791
[Estuary][Backport]Fix label 2 in list views
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/Variables.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index 52b007d2a9..5012130ab3 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -75,8 +75,8 @@ <value>$INFO[ListItem.Label]</value> </variable> <variable name="ListLabel2Var"> - <value condition="String.IsEmpty(Container.PluginName) + Container.Content(tvshows) + Container.SortMethod(7)">$INFO[ListItem.Property(WatchedEpisodes)]$INFO[ListItem.Property(TotalEpisodes), / ,]</value> - <value condition="Container.SortMethod(7)">$INFO[ListItem.Year]</value> + <value condition="String.IsEmpty(Container.PluginName) + Container.Content(tvshows) + Container.SortMethod(29)">$INFO[ListItem.Property(WatchedEpisodes)]$INFO[ListItem.Property(TotalEpisodes), / ,]</value> + <value condition="Container.SortMethod(7) | Container.SortMethod(29)">$INFO[ListItem.Year]</value> <value condition="!String.isempty(ListItem.Appearances)">$LOCALIZE[38026]: $INFO[ListItem.Appearances]</value> <value condition="Window.IsActive(musicplaylist) | Window.IsActive(videoplaylist)">$INFO[ListItem.Duration]</value> <value>$INFO[ListItem.Label2]</value> |