Browse Source

Merge pull request #2911 from fuzeman/feature/dev_rtorrent

[rtorrent] Fixed naming issue
pull/2921/head
Ruud Burger 11 years ago
parent
commit
f944a70a9c
  1. 2
      couchpotato/core/downloaders/rtorrent/main.py

2
couchpotato/core/downloaders/rtorrent/main.py

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

Loading…
Cancel
Save