halloween version

This commit is contained in:
Alfa-Addon
2017-10-04 20:08:21 -04:00
parent ee2ac7bed0
commit ba85809c1d
2 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 836 KiB

@@ -2,7 +2,7 @@
# ------------------------------------------------------------ # ------------------------------------------------------------
# platformtools # platformtools
# ------------------------------------------------------------ # ------------------------------------------------------------
# Herramientas responsables de adaptar los diferentes # Herramientas responsables de adaptar los diferentes
# cuadros de dialogo a una plataforma en concreto, # cuadros de dialogo a una plataforma en concreto,
# en este caso Kodi. # en este caso Kodi.
# version 2.0 # version 2.0
@@ -135,7 +135,7 @@ def render_items(itemlist, parent_item):
if item.fanart: if item.fanart:
fanart = item.fanart fanart = item.fanart
else: else:
fanart = os.path.join(config.get_runtime_path(), "fanart.jpg") fanart = os.path.join(config.get_runtime_path(), "fanart1.jpg")
# Creamos el listitem # Creamos el listitem
listitem = xbmcgui.ListItem(item.title) listitem = xbmcgui.ListItem(item.title)