diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2016-11-18 06:55:31 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2016-11-18 21:15:36 +0100 |
commit | d2dc9426815db0a82a7a5118a5afbdbd9caea2aa (patch) | |
tree | 04d2f3700c719a41870231b80c071ae7c70e2481 /addons/skin.estuary | |
parent | db545c69029b1cab8418bb0af80afbe7db7c7c0a (diff) |
[PVR][Estuary] Recordings window: show status for recordings in progress.
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/1080i/Variables.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/skin.estuary/1080i/Variables.xml b/addons/skin.estuary/1080i/Variables.xml index 2e98bf1a48..ed1651d1c7 100644 --- a/addons/skin.estuary/1080i/Variables.xml +++ b/addons/skin.estuary/1080i/Variables.xml @@ -314,6 +314,7 @@ <value condition="!String.IsEmpty(Skin.String(HomeFanart.path))">$INFO[Skin.String(HomeFanart.path)]weather$INFO[Skin.String(HomeFanart.ext)]</value> </variable> <variable name="ListWatchedIconVar"> + <value condition="ListItem.IsRecording">windows/pvr/record.png</value> <value condition="ListItem.IsPlaying">overlays/watched/OverlayPlaying-List.png</value> <value condition="ListItem.IsResumable">overlays/watched/resume.png</value> <value condition="!String.IsEmpty(ListItem.Overlay)">$INFO[ListItem.Overlay]</value> |