[FIX] Files mode TV List View with Square thumb
#1
When using the Square Thumb option in List View and viewing your TV Shows the folder.jpg appears in the background.

Before -

Image

After -

Image

Open up your Viewtype_List.xml and find this line
Code:
<visible>Container.Content(tvshows) | Container.Content(seasons)</visible>
and replace with this
Code:
<visible>[Container.Content(tvshows) + !Skin.HasSetting(listvideosquare)] | [Container.Content(seasons) + !Skin.HasSetting(listvideosquare)]</visible>
Reply
#2
Never seen that bug before hitcher but i will add the code into my next release of auriga_lite
Good work as ever...Smile
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
Reply

Logout Mark Read Team Forum Stats Members Help
[FIX] Files mode TV List View with Square thumb0