mirror of
https://github.com/SinTan1729/TvTimeToTrakt.git
synced 2024-12-25 21:08:37 -06:00
fixed changed index on tvShowName
This commit is contained in:
parent
796b1cc33b
commit
356b8d6c9f
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue