Closed mikeluyten closed 6 years ago
When there is no label on the torrent, sends the following in the request {"name":"Label","value":""} which fails when it gets to discord.
{"name":"Label","value":""}
Maybe set the value be set to null unless being overwritten?
null
Hello, Thanks for the report! Should be fixed in fc951e7ff810a0c1cc35fbfa76043ea32b48b1ee Please update to the latest version.
Closing this. if the issue persists, reopen
When there is no label on the torrent, sends the following in the request
{"name":"Label","value":""}
which fails when it gets to discord.Maybe set the value be set to
null
unless being overwritten?