[qcineoob] limit number of result by backend

This commit is contained in:
Julien Veyssier 2013-03-18 03:17:54 +01:00
commit b91266f2d7
3 changed files with 37 additions and 7 deletions

View file

@ -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()