diff options
author | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-08-28 00:28:58 +0200 |
---|---|---|
committer | ksooo <3226626+ksooo@users.noreply.github.com> | 2023-08-29 20:19:05 +0200 |
commit | 36b43aafd6d43f26c1be5adc05b571c55eaf2d72 (patch) | |
tree | 85ef73dee7848b5df79fe2d68381b6eecf27a623 /addons | |
parent | f9f748f4ef73bbdbf66ccae6e323b2fceeeca7fd (diff) |
[Estuary] ListWatchedIconVar: movie sets shall not display 'resumable' status.
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> |