fixed changed index on tvShowName

This commit is contained in:
Luke Arran 2021-11-04 18:13:07 +00:00
parent 796b1cc33b
commit 356b8d6c9f
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ def processWatchedShows():
# records during the import process. # records during the import process.
rowsCount += 1 rowsCount += 1
# Get the name of the TV show # Get the name of the TV show
tvShowName = row[4] tvShowName = row[6]
# Ignore the header row # Ignore the header row
if tvShowName != "tv_show_name": if tvShowName != "tv_show_name":