From dc20b68a371b133d3b4b8caecd92f16235e63590 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 31 May 2013 16:32:03 +0200 Subject: [PATCH] See if need to login on "belongs_to" check. fix #1190 --- couchpotato/core/plugins/release/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/release/main.py b/couchpotato/core/plugins/release/main.py index 6618a8be..c409740a 100644 --- a/couchpotato/core/plugins/release/main.py +++ b/couchpotato/core/plugins/release/main.py @@ -180,7 +180,7 @@ class Release(Plugin): provider = fireEvent('provider.belongs_to', item['url'], provider = item.get('provider'), single = True) if item['type'] != 'torrent_magnet': - item['download'] = provider.download + item['download'] = provider.loginDownload if provider.urls.get('login') else provider.download success = fireEvent('searcher.download', data = item, movie = rel.movie.to_dict({ 'profile': {'types': {'quality': {}}},