Skip to content

Commit

Permalink
sml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PyFlat-JR committed Mar 28, 2024
1 parent c97b2a0 commit 5683214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ def download_yt_dlp(self):
self.yt_dlp_download_thread.progress.connect(self.update_progress_yt_dlp)
self.yt_dlp_download_thread.finished.connect(self.download_finished_yt_dlp)

self.yt_dlp_progress_dialog = ProgressDialog("yt-dlp", mw, dl)
self.yt_dlp_progress_dialog = ProgressDialog("yt-dlp", mw, self)
self.yt_dlp_progress_dialog.show()

self.yt_dlp_download_thread.start()
Expand Down

0 comments on commit 5683214

Please sign in to comment.