This commit is contained in:
Alhaziel01
2021-09-14 08:27:59 +02:00
parent 10ee3d0425
commit 938b8e6355
30 changed files with 1193 additions and 4117 deletions
+3 -1
View File
@@ -3,6 +3,7 @@
# XBMC Launcher (xbmc / kodi)
# ------------------------------------------------------------
import platformcode
from specials import videolibrary
import sys, os
@@ -112,7 +113,8 @@ def run(item=None):
elif item.channel == "infoplus":
from platformcode import infoplus
return infoplus.start(item)
action = getattr(infoplus, item.action)
return action(item)
elif item.channel == "backup":
from platformcode import backup