Merge branch 'master' into explora

This commit is contained in:
unknown
2018-06-28 09:50:22 -03:00
45 changed files with 2505 additions and 1277 deletions

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)