From 52abd760a4979fd7a0364b4cce8dd19d2fa2b4e8 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sat, 15 Jan 2022 16:13:20 +0100 Subject: [PATCH] Test Fix Viste (cacheToDisc=False) --- platformcode/platformtools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index 5d610986..9921a4ea 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -421,7 +421,7 @@ def render_items(itemlist, parent_item): if Type: xbmcplugin.setContent(handle=int(sys.argv[1]), content=Type) if mode: xbmc.executebuiltin('Container.SetViewMode(%s)' % mode) - xbmcplugin.endOfDirectory(_handle, succeeded=True, updateListing=False, cacheToDisc=True) + xbmcplugin.endOfDirectory(_handle, succeeded=True, updateListing=False, cacheToDisc=False) from core import db; db.close()