From d012dc5c85aa88538990da01b41f1a664366e3d7 Mon Sep 17 00:00:00 2001 From: Andrew Dumaresq Date: Sun, 4 Jan 2015 17:10:16 -0500 Subject: [PATCH] Added new folder option --- couchpotato/core/downloaders/putio/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/couchpotato/core/downloaders/putio/__init__.py b/couchpotato/core/downloaders/putio/__init__.py index 114ad6d8..60ccad58 100644 --- a/couchpotato/core/downloaders/putio/__init__.py +++ b/couchpotato/core/downloaders/putio/__init__.py @@ -28,6 +28,11 @@ config = [{ 'description': 'This is the OAUTH_TOKEN from your putio API', 'advanced': True, }, + { + 'name': 'folder', + 'description': ('The folder on putio where you want the upload to go','Must be a folder in the root directory'), + 'default': 0, + }, { 'name': 'callback_host', 'description': 'External reachable url to CP so put.io can do it\'s thing',