Fix Segna come Visto

This commit is contained in:
Alhaziel01
2020-05-18 19:42:29 +02:00
parent 8c324bdbb4
commit c46146ade5

View File

@@ -29,7 +29,7 @@ def mark_auto_as_watched(item):
logger.info()
# logger.debug("item:\n" + item.tostring('\n'))
# if nfo and strm_path not exist
if not item.info:
if not item.nfo:
if item.contentType == 'movie':
vl = xbmc.translatePath(filetools.join(config.get_setting("videolibrarypath"), config.get_setting("folder_movies")))
path = '%s [%s]' % (item.contentTitle, item.infoLabels['IMDBNumber'])