Browse Source

Merge pull request #5104 from skarekrow/patch-1

Update renamer.py
pull/5081/head^2
Ruud Burger 10 years ago
parent
commit
1e64d1a0cd
  1. 2
      couchpotato/core/plugins/renamer.py

2
couchpotato/core/plugins/renamer.py

@ -1447,7 +1447,7 @@ config = [{
'default': 'link', 'default': 'link',
'type': 'dropdown', 'type': 'dropdown',
'values': [('Link', 'link'), ('Copy', 'copy'), ('Move', 'move')], 'values': [('Link', 'link'), ('Copy', 'copy'), ('Move', 'move')],
'description': 'See above. It is prefered to use link when downloading torrents as it will save you space, while still beeing able to seed.', 'description': 'See above. It is prefered to use link when downloading torrents as it will save you space, while still being able to seed.',
'advanced': True, 'advanced': True,
}, },
{ {

Loading…
Cancel
Save