diff --git a/gui/modules/core/qt_updater.py b/gui/modules/core/qt_updater.py new file mode 100644 index 0000000..48256be --- /dev/null +++ b/gui/modules/core/qt_updater.py @@ -0,0 +1,5 @@ +from qt_thread_updater import get_updater + + +def call(func, *args): + get_updater().call_in_main(func, *args) diff --git a/requirements.txt b/requirements.txt index 16bc518..0ca280f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,6 @@ numpy validators pydub pafy -youtube-dl==2020.12.2 \ No newline at end of file +youtube-dl==2020.12.2 +ezzthread +qt-thread-updater \ No newline at end of file