From cbfee72d510de6581d9f348a836c6b3a13d5b6c1 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 24 Aug 2013 14:38:57 +0200 Subject: [PATCH] rTorrent make pause advanced setting --- couchpotato/core/downloaders/rtorrent/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/downloaders/rtorrent/__init__.py b/couchpotato/core/downloaders/rtorrent/__init__.py index db50eba3..efc2234b 100755 --- a/couchpotato/core/downloaders/rtorrent/__init__.py +++ b/couchpotato/core/downloaders/rtorrent/__init__.py @@ -54,6 +54,7 @@ config = [{ { 'name': 'paused', 'type': 'bool', + 'advanced': True, 'default': False, 'description': 'Add the torrent paused.', },