Trakt segna visti nei canali

This commit is contained in:
Alhaziel01
2020-05-18 20:53:33 +02:00
parent af2eece4f4
commit ff717774b8
3 changed files with 12 additions and 3 deletions
+4
View File
@@ -256,6 +256,10 @@ def check_for_update(overwrite=True):
item_dummy = Item()
videolibrary.list_movies(item_dummy, silent=True)
if config.get_setting('trakt_sync'):
from core import trakt_tools
trakt_tools.update_all()
def viewmodeMonitor():
try: