about summary refs log tree commit diff stats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorComradeCrow <comradecrow@vivaldi.net>2023-04-12 15:21:44 -0700
committerComradeCrow <comradecrow@vivaldi.net>2023-04-12 15:21:44 -0700
commit87d0da3a93b7f596ecfd62886efb2f1d965be0dd (patch)
tree9b94607b66eb59d1695b70ba47ba35628c3f7060 /src/main.cpp
parent9d53072e32c60aa51784182a0a608ce204cab9e6 (diff)
downloadytcpp-87d0da3a93b7f596ecfd62886efb2f1d965be0dd.tar.gz
fix problems
some of them
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5bc7679..4267a73 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -7,8 +7,8 @@
 #include <vector>
 
 #include "tui.cpp"
-#include "invapi.hpp"
-#include "YtdlpWrapper.hpp"
+#include "invapi.cpp"
+// #include "YtdlpWrapper.cpp"
 
 
 using namespace std;
@@ -21,6 +21,7 @@ int main() {
     tui.renderSearchBar(searchTerm, searchingFor);
     if (tui.isCancelled()) {
         
+        cerr << "cancelled!" << endl;
         return 0;
     }
     cout << searchTerm << "," << searchingFor << endl;