skip first row - instead of checking column name

This commit is contained in:
Luke Arran 2021-11-22 20:51:33 +00:00
parent 2f22c25b9a
commit 77234f58a9
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ def processWatchedShows():
tvShowName = row[8]
# Ignore the header row
if tvShowName != "tv_show_name":
if rowsCount > 1:
# Get the TV Time Episode Id
tvShowEpisodeId = row[4]
# Get the TV Time Season Number