From 577baeca5938fe8eca0bc0f783f1ab8e4aefc6d1 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Thu, 1 Aug 2013 00:03:56 +1200 Subject: [PATCH] Hiding remove files in the rTorrent downloader until it's implemented. --- couchpotato/core/downloaders/rtorrent/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/couchpotato/core/downloaders/rtorrent/__init__.py b/couchpotato/core/downloaders/rtorrent/__init__.py index b28f5808..877ff2d4 100755 --- a/couchpotato/core/downloaders/rtorrent/__init__.py +++ b/couchpotato/core/downloaders/rtorrent/__init__.py @@ -54,7 +54,8 @@ config = [{ { 'name': 'delete_files', 'label': 'Remove files', - 'default': True, + 'default': False, + 'hidden': True, 'type': 'bool', 'advanced': True, 'description': 'Also remove the leftover files.',