mhdzumair / MediaFusion

Universal Stremio Add-On
MIT License
180 stars 27 forks source link

Torbox delete endpoint bug fix, Optimize torbox for cached torrents to return download link in the same request #185

Closed ragmehos closed 1 month ago

ragmehos commented 1 month ago

Small bugfix for torbox delete endpoint. For whatever reason, sending the data as json instead of dict works, possibly related to the header being set when sent as json instead of dict.

Optimize torbox for cached torrents to return download link in the same request instead of having to retry.