Correcciones

This commit is contained in:
Unknown
2018-04-05 16:59:31 -03:00
parent b81a2202f3
commit 0654a1eabd
6 changed files with 55 additions and 20 deletions

View File

@@ -136,6 +136,11 @@ def run(item=None):
# Special play action
if item.action == "play":
#define la info para trakt
try:
trakt_tools.set_trakt_info(item)
except:
pass
logger.info("item.action=%s" % item.action.upper())
# logger.debug("item_toPlay: " + "\n" + item.tostring('\n'))