[qcineoob] limit number of result by backend
This commit is contained in:
parent
01ac98b167
commit
b91266f2d7
3 changed files with 37 additions and 7 deletions
|
|
@ -41,6 +41,6 @@ class QCineoob(QtApplication):
|
|||
self.load_backends([ICapCinema, ICapTorrent, ICapSubtitle])
|
||||
self.load_config()
|
||||
|
||||
self.main_window = MainWindow(self.config, self.weboob)
|
||||
self.main_window = MainWindow(self.config, self.weboob, self)
|
||||
self.main_window.show()
|
||||
return self.weboob.loop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue