fetch thumbnails asynchroneously
This commit is contained in:
parent
e5a27692b5
commit
d710c93b36
6 changed files with 58 additions and 16 deletions
|
|
@ -87,7 +87,7 @@ class MainWindow(QtMainWindow):
|
|||
self.ui.searchEdit.setEnabled(True)
|
||||
self.process = None
|
||||
return
|
||||
minivideo = MiniVideo(backend, video)
|
||||
minivideo = MiniVideo(self.weboob, backend, video)
|
||||
self.ui.scrollAreaContent.layout().addWidget(minivideo)
|
||||
self.minivideos.append(minivideo)
|
||||
if (video.nsfw and not self.ui.nsfwCheckBox.isChecked() or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue