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

Torrent Destination Folder not pre-filled with downlad-dir path #45

Open
OscarVanL opened this issue Dec 27, 2019 · 2 comments
Open

Torrent Destination Folder not pre-filled with downlad-dir path #45

OscarVanL opened this issue Dec 27, 2019 · 2 comments

Comments

@OscarVanL
Copy link

OscarVanL commented Dec 27, 2019

Transmission has a number of CLI configuration parameters (see here), one of which is download-dir. This sets the 'default' download directory.

Using the default or kettu web UIs this box is prefilled to the value of download-dir. See screenshot:
Capture2
(Download directory is pre-filled)
Whereas in combustion UI this does not happen:
Capture3
(Download directory is empty, displaying NaN TB free)

I think combustion should autofill this box based on the download-dir parameter.

Observing the source code, it appears this is the intended behaviour this.torrentUpload.setDownloadDir(this.props.session_store.settings['download-dir']); in index.js, however for some reason this does not happen.

@ozamorowski
Copy link

this.props.session_store.settings is empty on inital render. I used when function of mobx to wait until settings will be populated.

@OscarVanL
Copy link
Author

Nice, good job finding the cause :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants