Gazelle icon indicating copy to clipboard operation
Gazelle copied to clipboard

Fix issue with usetoken=0 trying to use a token

Open ddechant opened this issue 3 years ago • 0 comments

This fixes an issue that occurs if the usetoken request parameter is defined, but is set to a false value.

Currently, when a request is made to download a torrent file, this condition will only check to see if the usetoken request parameter is set, it will not verify that it is true.

This fix will ensure that the parameter is a true value before attempting to use a token.

ddechant avatar Jan 29 '22 21:01 ddechant