diff options
author | Kai Sommerfeld <3226626+ksooo@users.noreply.github.com> | 2023-08-31 21:36:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 21:36:30 +0200 |
commit | 82b99fd22ad829ab40e36da8b0f569cbf08b4406 (patch) | |
tree | 4a4a91092845bd83b211e1db580a84db385b42a4 /addons | |
parent | ba862d2f3f475735464b1d200a41a28183ea483e (diff) | |
parent | 36b43aafd6d43f26c1be5adc05b571c55eaf2d72 (diff) |
Merge pull request #23693 from ksooo/guiinfo-resumable-folders
[guilib][guiinfo][Estuary] LISTITEM_IS_RESUMABLE: Added support for folders.
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/Variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index 7541e834af..f3787b1f05 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -452,9 +452,9 @@ </variable> <variable name="ListWatchedIconVar"> <value condition="ListItem.IsRecording">windows/pvr/record.png</value> + <value condition="ListItem.IsCollection">overlays/set.png</value> <value condition="ListItem.IsPlaying">overlays/watched/OverlayPlaying-List.png</value> <value condition="ListItem.IsResumable">overlays/watched/resume.png</value> - <value condition="ListItem.IsCollection">overlays/set.png</value> <value condition="ListItem.IsFolder + String.IsEmpty(Listitem.dbtype) + !String.IsEqual(ListItem.Overlay,OverlayWatched.png) + !ListItem.IsParentFolder">overlays/folder.png</value> <value condition="!String.IsEmpty(ListItem.Overlay)">$INFO[ListItem.Overlay]</value> <value condition="!ListItem.IsParentFolder">OverlayUnwatched.png</value> |