Skip to content

Commit

Permalink
Merge pull request #18 from jaguarcy/patch-1
Browse files Browse the repository at this point in the history
Fix rpc endpoint to avoid "409 Conflict" errors
  • Loading branch information
metalmatze authored Nov 6, 2019
2 parents b55764a + e8fea8a commit df36137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transmission.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
)

const endpoint = "/transmission/rpc"
const endpoint = "/transmission/rpc/"

type (
// User to authenticate with Transmission
Expand Down

0 comments on commit df36137

Please sign in to comment.