improvement
This commit is contained in:
parent
74deb97d6a
commit
d605d30588
7 changed files with 45 additions and 247 deletions
|
|
@ -51,7 +51,7 @@ class MainWindow(QtMainWindow):
|
|||
|
||||
for backend in self.weboob.iter_backends():
|
||||
for video in backend.iter_search_results(pattern):
|
||||
minivideo = MiniVideo(video)
|
||||
minivideo = MiniVideo(backend, video)
|
||||
self.ui.scrollAreaContent.layout().addWidget(minivideo)
|
||||
self.minivideos.append(minivideo)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue