fix marcación videoteca

This commit is contained in:
Intel1
2018-06-27 14:48:21 -05:00
committed by GitHub
parent 966410f15a
commit ddf1c220b7

View File

@@ -52,7 +52,7 @@ def mark_auto_as_watched(item):
item.playcount = 1
sync_with_trakt = True
from channels import videolibrary
videolibrary.mark_content_as_watched(item)
videolibrary.mark_content_as_watched2(item)
break
time.sleep(30)