Skip to content

Commit

Permalink
update deluge
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgoodnow committed Nov 7, 2023
1 parent 977cffb commit 1905052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ option, which will append your category with `.cross-seed` and either...
1. Set your [`action`](../basics/options#action) option to `inject`.
2. Set your [`delugenRpcUrl`](../basics/options#delugerpcurl) option.
It should look like an `http` url that looks like
`http://:pass@localhost:8112/json`
`http://:pass@localhost:8112/json` (the colon before `pass` is intentional)
2. Start or restart `cross-seed`. The logs at startup will tell you if
`cross-seed` was able to connect to Deluge.
4 changes: 2 additions & 2 deletions website.iml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.docusaurus" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/node_modules" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
</module>

0 comments on commit 1905052

Please sign in to comment.