This commit is contained in:
alfa-addon
2018-01-24 18:42:41 -05:00
parent 40ea972180
commit 97c15da679
5 changed files with 49 additions and 50 deletions
+4 -1
View File
@@ -761,7 +761,10 @@ def play(item):
videoitem.channel = item.channel
# Marcar como visto
checkseen(item)
try:
checkseen(item)
except:
pass
return itemlist