From 6cb159352db04b2a09ceefa0ddc62cea845282a7 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 17 Apr 2020 17:51:30 +0200 Subject: [PATCH] test viewmode --- platformcode/platformtools.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index 37829b0f..2590bf34 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -265,13 +265,13 @@ def set_view_mode(item, parent_item): mode('episode', 'tvshows') elif parent_item.action == 'findvideos': - mode('server', 'addons') + mode('server', 'movies') elif parent_item.action == 'mainlist': - mode('channel', 'addons') + mode('channel', '') else: - mode('addon', 'addons') + mode('addon', '') def render_items_old(itemlist, parent_item):