Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we overwrite port number on transmission module #565

Closed
0xF61 opened this issue Aug 29, 2019 · 4 comments
Closed

Can we overwrite port number on transmission module #565

0xF61 opened this issue Aug 29, 2019 · 4 comments
Labels
🐛 bug "Houston, we've had a problem."

Comments

@0xF61
Copy link

0xF61 commented Aug 29, 2019

According to source code of transmission it is harcoded to use 9091 port for rpc protocol. How can I overwrite port number on config.yml. According to source code it can be achievable but seems not workin.

... some other configs ^^^
    transmission:
      enabled: true
      host: "nas.home"
      port: 9092
      position:
        top: 2
        left: 2
        width: 1
        height: 1
      refreshInterval: 3
@senorprogrammer senorprogrammer added the 🐛 bug "Houston, we've had a problem." label Aug 29, 2019
@senorprogrammer
Copy link
Collaborator

That's a bug. port currently doesn't do anything. Thanks for reporting this.

@Seanstoppable
Copy link
Collaborator

@0xF61 want to give #569 a try?

@senorprogrammer
Copy link
Collaborator

Fixed.

@0xF61
Copy link
Author

0xF61 commented Aug 30, 2019

Yes fixed.
Thank you @Seanstoppable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug "Houston, we've had a problem."
Development

No branches or pull requests

3 participants