Skip to content

Commit

Permalink
[skin.estuary] includ Deleted in breadcrumbs when viewing deleted rec…
Browse files Browse the repository at this point in the history
…ordings
  • Loading branch information
phunkyfish committed Oct 8, 2019
1 parent b68ca73 commit b3d57ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions addons/skin.estuary/xml/Variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<variable name="MusicTrackInfo">
<value condition="String.IsEmpty(listitem.Title)">$INFO[listitem.TrackNumber, ]</value>
<value>$INFO[listitem.TrackNumber, ,.]$INFO[listitem.Title, ]</value>
</variable>
</variable>
<variable name="WidgetGenreIconVar">
<value condition="System.HasAddon(resource.images.moviegenreicons.transparent)">$INFO[ListItem.Label,resource://resource.images.moviegenreicons.transparent/,.png]</value>
<value>DefaultGenre.png</value>
Expand Down Expand Up @@ -383,7 +383,9 @@
<value>$LOCALIZE[19021] / $INFO[Control.GetLabel(29)] - $INFO[Control.GetLabel(30)]</value>
</variable>
<variable name="BreadcrumbsPVRRecordingsVar">
<value condition="Window.IsActive(TVRecordings)">$LOCALIZE[19020] / $LOCALIZE[19017]$INFO[Control.GetLabel(30), / ]</value>
<value condition="Window.IsActive(TVRecordings) + String.Contains(Control.GetLabel(7),*)">$LOCALIZE[19020] / $LOCALIZE[19017]$INFO[Control.GetLabel(30), / ] - $LOCALIZE[19179]</value>
<value condition="Window.IsActive(TVRecordings) + !String.Contains(Control.GetLabel(7),*)">$LOCALIZE[19020] / $LOCALIZE[19017]$INFO[Control.GetLabel(30), / ]</value>
<value condition="Window.IsActive(RadioRecordings) + String.Contains(Control.GetLabel(7),*)">$LOCALIZE[19021] / $LOCALIZE[19017]$INFO[Control.GetLabel(30), / ] - $LOCALIZE[19179]</value>
<value>$LOCALIZE[19021] / $LOCALIZE[19017]$INFO[Control.GetLabel(30), / ]</value>
</variable>
<variable name="BreadcrumbsPVRTimersVar">
Expand Down

0 comments on commit b3d57ac

Please sign in to comment.