You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: content-length mismatch on torrent add, support MAM_TOKEN_FILE
- Fix#8: Set explicit Content-Length header on Transmission RPC requests
to prevent Node.js fetch RequestContentLengthMismatchError
- Fix#1: Support MAM_TOKEN_FILE env var to read the MAM session cookie
from a file instead of an env var (useful when tokens expire frequently)
- Also removed 'any' type from makeTransmissionRequest payload param
Closes#8Closes#1
0 commit comments