Skip to content

Commit

Permalink
Fix missing image in DialogSelect.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gade01 committed Apr 9, 2022
1 parent acab988 commit 13fc043
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions 720p/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,10 @@
<value condition="Window.IsActive(Videos) + !String.IsEqual(Playlist.Length(video),0)">ActivateWindow(videoplaylist)</value>
<value>ActivateWindow(musicplaylist)</value>
</variable>
<variable name="DialogSelectImage">
<value condition="!String.IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value>
<value>$INFO[ListItem.Icon]</value>
</variable>
<variable name="SelectBack">
<value condition="![Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)]">DialogBack.png</value>
<value>DialogBack2.png</value>
Expand Down
4 changes: 2 additions & 2 deletions 720p/Includes_DialogSelect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<top>3</top>
<width>80</width>
<height>80</height>
<texture>$INFO[Listitem.Icon]</texture>
<texture>$VAR[DialogSelectImage]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="3">black-back2.png</bordertexture>
<bordersize>2</bordersize>
Expand Down Expand Up @@ -227,7 +227,7 @@
<top>3</top>
<width>80</width>
<height>80</height>
<texture>$INFO[Listitem.Icon]</texture>
<texture>$VAR[DialogSelectImage]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="3">black-back2.png</bordertexture>
<bordersize>2</bordersize>
Expand Down
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.confluence" version="4.7.14" name="Confluence" provider-name="Jezz_X, Team Kodi">
<addon id="skin.confluence" version="4.7.15" name="Confluence" provider-name="Jezz_X, Team Kodi">
<requires>
<import addon="xbmc.gui" version="5.15.0"/>
</requires>
Expand Down Expand Up @@ -143,6 +143,6 @@
<screenshot>resources/screenshot-08.jpg</screenshot>
<screenshot>resources/screenshot-09.jpg</screenshot>
</assets>
<news>- Add PVR guide controls dialog.[CR]- Updated language files from Transifex.</news>
<news>- - Fix image in select dialog.[CR]- Updated language files from Transifex.</news>
</extension>
</addon>
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[B]4.7.15[/B]

- Fix image in select dialog

[B]4.7.14[/B]

- Add PVR guide controls dialog
Expand Down

0 comments on commit 13fc043

Please sign in to comment.