Merge pull request #2911 from fuzeman/feature/dev_rtorrent
[rtorrent] Fixed naming issue
This commit is contained in:
@@ -87,7 +87,7 @@ class rTorrent(Downloader):
|
||||
|
||||
return False
|
||||
|
||||
def _update_provider_group(self, name, data):
|
||||
def updateProviderGroup(self, name, data):
|
||||
if data.get('seed_time'):
|
||||
log.info('seeding time ignored, not supported')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user