This commit is contained in:
Romain Bignon 2010-07-13 18:47:31 +02:00
commit ca7d37e3cb
7 changed files with 17 additions and 17 deletions

View file

@ -40,9 +40,9 @@ class GazelleBackend(BaseBackend, ICapTorrent):
}
BROWSER = GazelleBrowser
def default_browser(self):
return self.build_browser(self.config['protocol'], self.config['domain'],
self.config['username'], self.config['password'])
def create_default_browser(self):
return self.create_browser(self.config['protocol'], self.config['domain'],
self.config['username'], self.config['password'])
def get_torrent(self, id):
return self.browser.get_torrent(id)