From c58ef45fedfa682e3c1b4c9a0908dc4955f9317b Mon Sep 17 00:00:00 2001
From: Markus Nyman <markus@nyman.dev>
Date: Thu, 12 Jan 2023 15:03:29 +0200
Subject: [PATCH] Specify TV Shows and Movies as default action

---
 TimeToTrakt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TimeToTrakt.py b/TimeToTrakt.py
index f9c9104..a475961 100644
--- a/TimeToTrakt.py
+++ b/TimeToTrakt.py
@@ -779,7 +779,7 @@ def start():
     print(">> What do you want to do?")
     print("    1) Import Watch History for TV Shows from TV Time")
     print("    2) Import Watch Movies from TV Time")
-    print("    3) Do both 1 and 2")
+    print("    3) Do both 1 and 2 (default)")
     print("    4) Exit")
 
     while True: