mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
fix manual run for rtorrent. #425
This commit is contained in:
parent
91b69aa025
commit
e4f6044d98
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ from nzbtomedia.databases import mainDB
|
|||
|
||||
# Client Agents
|
||||
NZB_CLIENTS = ['sabnzbd','nzbget']
|
||||
TORRENT_CLIENTS = ['transmission', 'deluge', 'utorrent']
|
||||
TORRENT_CLIENTS = ['transmission', 'deluge', 'utorrent', 'rtorrent', 'other']
|
||||
|
||||
# sabnzbd constants
|
||||
SABNZB_NO_OF_ARGUMENTS = 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue