From 356b8d6c9f747b2b11265945cd9abba7682db84e Mon Sep 17 00:00:00 2001 From: Luke Arran Date: Thu, 4 Nov 2021 18:13:07 +0000 Subject: [PATCH] fixed changed index on tvShowName --- TimeToTrackt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimeToTrackt.py b/TimeToTrackt.py index f2b472c..db4da22 100644 --- a/TimeToTrackt.py +++ b/TimeToTrackt.py @@ -314,7 +314,7 @@ def processWatchedShows(): # records during the import process. rowsCount += 1 # Get the name of the TV show - tvShowName = row[4] + tvShowName = row[6] # Ignore the header row if tvShowName != "tv_show_name":