From 77234f58a9a038d5b0f53f837b1252c23b43c055 Mon Sep 17 00:00:00 2001 From: Luke Arran Date: Mon, 22 Nov 2021 20:51:33 +0000 Subject: [PATCH] skip first row - instead of checking column name --- TimeToTrackt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimeToTrackt.py b/TimeToTrackt.py index 125251c..94ec9c5 100644 --- a/TimeToTrackt.py +++ b/TimeToTrackt.py @@ -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