From 9056f5ae59dfde6a479d2b962b869647043f9ba3 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Wed, 26 Feb 2014 14:52:10 +1300 Subject: [PATCH] Fixed naming issue in rtorrent downloader --- couchpotato/core/downloaders/rtorrent/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/downloaders/rtorrent/main.py b/couchpotato/core/downloaders/rtorrent/main.py index c5850f93..08d34213 100755 --- a/couchpotato/core/downloaders/rtorrent/main.py +++ b/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')