Skip to content

Commit

Permalink
[estuary] Fix regression in WallWatchedIconVar. Eecent recordings hom…
Browse files Browse the repository at this point in the history
…e screen widget did not display 'resumable' bitmap anymore.
  • Loading branch information
ksooo committed Feb 13, 2017
1 parent 84c8d02 commit a92e1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/skin.estuary/xml/Variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
<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="Integer.IsGreater(ListItem.Playcount,0)">$INFO[ListItem.Overlay]</value>
</variable>
<!-- Breadcrumbs -->
Expand Down

0 comments on commit a92e1db

Please sign in to comment.