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.',