diff options
author | ComradeCrow <comradecrow@vivaldi.net> | 2024-04-17 16:28:26 -0700 |
---|---|---|
committer | ComradeCrow <comradecrow@vivaldi.net> | 2024-04-17 16:28:26 -0700 |
commit | b0487239d2f1fbcde9394b32058612778d2838ce (patch) | |
tree | b0cb324ddd25664a26ce3d90e47ca3860fe05139 /src | |
parent | f36820831b79c196d3907c770d74e14570b350f8 (diff) | |
download | ytcpp-b0487239d2f1fbcde9394b32058612778d2838ce.tar.gz |
Everything is broken main
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 42ad541..e3dde51 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,7 +4,7 @@ #include <map> #include <ytcpp.hpp> -#include <tui.hpp> +// #include <tui.hpp> #include <video.hpp> #include <invapi.hpp> #include <YtdlpWrapper.hpp> |