change default Transmission port. Fixes #645

This commit is contained in:
clinton-hall 2014-12-23 09:38:29 +10:30
commit ab24081e30

View file

@ -229,7 +229,7 @@
uTorrentPWD = your password uTorrentPWD = your password
###### Transmission (You must edit this if your using TorrentToMedia.py with uTorrent) ###### Transmission (You must edit this if your using TorrentToMedia.py with uTorrent)
TransmissionHost = localhost TransmissionHost = localhost
TransmissionPort = 8084 TransmissionPort = 9091
TransmissionUSR = your username TransmissionUSR = your username
TransmissionPWD = your password TransmissionPWD = your password
#### Deluge (You must edit this if your using TorrentToMedia.py with deluge. Note that the host/port is for the deluge daemon, not the webui) #### Deluge (You must edit this if your using TorrentToMedia.py with deluge. Note that the host/port is for the deluge daemon, not the webui)