Skip to content
Snippets Groups Projects
Unverified Commit df361375 authored by Matthias Loibl's avatar Matthias Loibl Committed by GitHub
Browse files

Merge pull request #18 from jaguarcy/patch-1

Fix rpc endpoint to avoid "409 Conflict" errors
parents b55764af e8fea8ad
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ import ( ...@@ -8,7 +8,7 @@ import (
"strings" "strings"
) )
const endpoint = "/transmission/rpc" const endpoint = "/transmission/rpc/"
type ( type (
// User to authenticate with Transmission // User to authenticate with Transmission
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment