From 32e256f111fdbf7afb9f37bb439fec42d4074414 Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Fri, 13 Apr 2018 13:25:48 -0400 Subject: [PATCH] marking series watched instead of episode. child not item. --- utility/sync_watch_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility/sync_watch_status.py b/utility/sync_watch_status.py index a820732..afae1fe 100644 --- a/utility/sync_watch_status.py +++ b/utility/sync_watch_status.py @@ -143,7 +143,7 @@ if __name__ == '__main__': # Check each episode if child.isWatched: ep_title = child.title.encode('utf-8') - plexTo.fetchItem(item.key).markWatched() + plexTo.fetchItem(child.key).markWatched() print('Synced watch status of {} - {} to {}\'s account.' .format(title, ep_title, user)) except Exception as e: