aggiornamento ricerca alternativa
This commit is contained in:
@@ -67,6 +67,7 @@ def run(item=None):
|
||||
config.set_setting('show_once', True)
|
||||
|
||||
logger.info(item.tostring())
|
||||
# from core.support import dbg;dbg()
|
||||
|
||||
try:
|
||||
if not config.get_setting('tmdb_active'):
|
||||
@@ -116,6 +117,11 @@ def run(item=None):
|
||||
action = getattr(infoplus, item.action)
|
||||
return action(item)
|
||||
|
||||
elif item.channel == 'trakt_tools':
|
||||
from core import trakt_tools
|
||||
action = getattr(trakt_tools, item.action)
|
||||
return action(item)
|
||||
|
||||
elif item.channel == "backup":
|
||||
from platformcode import backup
|
||||
return getattr(backup, item.action)(item)
|
||||
|
||||
Reference in New Issue
Block a user