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